zed/crates/ui2/src/styles.rs

5 lines
76 B
Rust
Raw Normal View History

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