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
+2
View File
@@ -0,0 +1,2 @@
mod sync;
pub use sync::run_sync;