move front end files into repo

This commit is contained in:
2025-04-14 21:56:34 -04:00
parent d629ca1dc7
commit 0e714a7ffe
17 changed files with 5742 additions and 74 deletions

View File

@@ -0,0 +1,4 @@
mod main_layout;
mod navbar;
pub use main_layout::MainLayout;
pub use navbar::Navbar;