move front end files into repo
This commit is contained in:
5
AobaClient/src/views/mod.rs
Normal file
5
AobaClient/src/views/mod.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
mod home;
|
||||
pub use home::Home;
|
||||
|
||||
mod settings;
|
||||
pub use settings::Settings;
|
||||
Reference in New Issue
Block a user