zed/crates/ui2/src/styles.rs

8 lines
106 B
Rust
Raw Normal View History

2023-11-21 06:05:29 +00:00
mod color;
2023-11-21 05:44:51 +00:00
mod elevation;
mod typography;
2023-11-21 06:05:29 +00:00
pub use color::*;
2023-11-21 05:44:51 +00:00
pub use elevation::*;
pub use typography::*;