Update mod.rs

added new modules for the new ui and server.
This commit is contained in:
michael-bailey 2020-09-27 08:46:03 +01:00
parent e1b5ffd4ee
commit 10f175dc40
1 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,4 @@
pub mod ServerV3;
pub mod client;
pub mod server_profile;
pub mod ui;