Update mod.rs
added new modules for the new ui and server.
This commit is contained in:
parent
143848f05c
commit
659a26b6a8
|
|
@ -1,2 +1,4 @@
|
|||
pub mod ServerV3;
|
||||
pub mod client;
|
||||
pub mod server_profile;
|
||||
pub mod ui;
|
||||
Loading…
Reference in New Issue