ZIm/crates/theme2/src/styles/stories/mod.rs
Marshall Bowers 1b05aad30c
Extract Story into separate story crate (#3378)
This PR extracts the `Story` component into a separate `story` crate so
that it can be shared among various crates that define stories.

Release Notes:

- N/A

---------

Co-authored-by: Nate Butler <iamnbutler@gmail.com>
2023-11-21 13:42:00 -05:00

5 lines
63 B
Rust

mod color;
mod players;
pub use color::*;
pub use players::*;