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