Add generic list

This commit is contained in:
Joscha 2022-07-05 19:28:40 +02:00
parent 446e3e885a
commit 8b7c58b702
2 changed files with 223 additions and 0 deletions

View file

@ -1,4 +1,5 @@
mod chat;
mod list;
mod room;
mod rooms;
mod util;