feat(leptos): layout components -- Header, Sidebar, TabStrip, MobileTabBar
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// services/frontend-leptos/frontend/src/layout/mod.rs
|
||||
pub mod dashboard_layout;
|
||||
pub mod header;
|
||||
pub mod mobile_tab_bar;
|
||||
pub mod sidebar;
|
||||
pub mod tab_strip;
|
||||
Reference in New Issue
Block a user