Update zed.rs

Cole Miller created

Change summary

crates/zed/src/zed.rs | 3 ---
1 file changed, 3 deletions(-)

Detailed changes

crates/zed/src/zed.rs 🔗

@@ -1,7 +1,4 @@
 mod app_menus;
-pub mod component_preview;
-pub mod edit_prediction_registry;
-#[cfg(target_os = "macos")]
 pub(crate) mod mac_only_instance;
 mod migrate;
 mod open_listener;