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 committed by michael bailey
parent 143848f05c
commit 659a26b6a8
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;