Refactor ui and sync into mods

This commit is contained in:
Philip Kristoffersen
2021-10-05 15:32:04 +02:00
parent a4fe6094be
commit e370439c79
6 changed files with 298 additions and 279 deletions
+6
View File
@@ -0,0 +1,6 @@
mod ui;
mod mainview;
pub use ui::run_ui;
pub(crate) use mainview::UserInterface;