Implement simple single-line editor

This commit is contained in:
Joscha 2022-07-08 09:26:51 +02:00
parent cd320b3678
commit e188a99f2a
4 changed files with 166 additions and 2 deletions

View file

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