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>
4 lines
30 B
Rust
4 lines
30 B
Rust
mod story;
|
|
|
|
pub use story::*;
|