frontend done
This commit is contained in:
11
frontend/src/components/mod.rs
Normal file
11
frontend/src/components/mod.rs
Normal file
@@ -0,0 +1,11 @@
|
||||
mod hero;
|
||||
pub use hero::Hero;
|
||||
|
||||
mod navbar;
|
||||
pub use navbar::Navbar;
|
||||
|
||||
mod echo;
|
||||
pub use echo::Echo;
|
||||
|
||||
mod story;
|
||||
pub use story::*;
|
||||
Reference in New Issue
Block a user