feat(leptos): layout components -- Header, Sidebar, TabStrip, MobileTabBar

This commit is contained in:
asepharyana
2026-07-03 18:16:08 +07:00
parent aa20d1a633
commit 5389c82f31
8 changed files with 285 additions and 0 deletions
@@ -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;