added module file for ui

This commit is contained in:
michael-bailey 2020-09-27 09:00:11 +01:00 committed by michael bailey
parent ab23ff5a99
commit 89bf41861f
1 changed files with 4 additions and 0 deletions

4
src/server/ui/mod.rs Normal file
View File

@ -0,0 +1,4 @@
pub mod server_view_controller;
pub mod control_panel;
pub mod About_Panel;
pub mod main_menu;