Move euph room ui to new euph module

This commit is contained in:
Joscha 2022-08-10 22:35:22 +02:00
parent f7e379fe3a
commit fa91515a61
4 changed files with 17 additions and 17 deletions

View file

@ -1,6 +1,6 @@
mod chat;
mod euph;
mod input;
mod room;
mod rooms;
mod util;
mod widgets;