ZIm/crates/ui/src/styles.rs
Max Brunsfeld 4305c5fdbe Remove 2 suffix for ui, storybook, text
Co-authored-by: Mikayla <mikayla@zed.dev>
2024-01-03 12:33:51 -08:00

9 lines
135 B
Rust

mod color;
mod elevation;
mod typography;
mod units;
pub use color::*;
pub use elevation::*;
pub use typography::*;
pub use units::*;