Extract nick list rendering into module

This commit is contained in:
Joscha 2022-08-21 02:14:24 +02:00
parent 07fab96e12
commit 4e0509b08e
3 changed files with 125 additions and 117 deletions

View file

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