Changed the file structure
This commit is contained in:
parent
7743d0d084
commit
420d3c3dfc
22 changed files with 409 additions and 395 deletions
5
src/widget/navigation/mod.rs
Normal file
5
src/widget/navigation/mod.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
pub mod navbar;
|
||||
pub use navbar::*;
|
||||
|
||||
pub mod macros;
|
||||
pub use macros::*;
|
||||
Loading…
Add table
Add a link
Reference in a new issue