WIP
co-authored-by: conrad <conrad@zed.dev> co-authored-by: Nathan <nathan@zed.dev>
This commit is contained in:
parent
6985b70859
commit
2c4d83c9af
96 changed files with 1926 additions and 1955 deletions
|
@ -18,7 +18,7 @@ mod components;
|
|||
mod elevation;
|
||||
pub mod prelude;
|
||||
pub mod settings;
|
||||
mod static_data;
|
||||
// mod static_data;
|
||||
mod styled_ext;
|
||||
mod to_extract;
|
||||
pub mod utils;
|
||||
|
@ -26,7 +26,7 @@ pub mod utils;
|
|||
pub use components::*;
|
||||
use gpui::actions;
|
||||
pub use prelude::*;
|
||||
pub use static_data::*;
|
||||
// pub use static_data::*;
|
||||
pub use styled_ext::*;
|
||||
pub use to_extract::*;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue