5 lines
86 B
Rust
5 lines
86 B
Rust
mod main_layout;
|
|
mod navbar;
|
|
pub use main_layout::MainLayout;
|
|
pub use navbar::Navbar;
|