1 pub mod docs_layout; 2 pub mod main_layout; 3 4 pub use docs_layout::DocsLayout; 5 pub use main_layout::MainLayout;