chore: Move component_preview into zed (#30480)

This improves our build times by ~0.2s

Closes #ISSUE

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz 2025-05-11 00:25:35 +02:00 committed by GitHub
parent e4525b80f8
commit 5ba1d3edec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 10 additions and 71 deletions

View file

@ -1,4 +1,5 @@
mod app_menus;
pub mod component_preview;
pub mod inline_completion_registry;
#[cfg(target_os = "macos")]
pub(crate) mod mac_only_instance;