Extract nick dialog into module

This commit is contained in:
Joscha 2022-08-21 02:30:12 +02:00
parent 4e0509b08e
commit 9ad550f98c
3 changed files with 108 additions and 57 deletions

View file

@ -1,3 +1,4 @@
mod nick;
mod nick_list;
mod popup;
pub mod room;