Hook up Chat to UI

This commit is contained in:
Joscha 2022-06-13 10:17:30 +02:00
parent 4b28b0e3b2
commit 14125c1650
4 changed files with 67 additions and 17 deletions

View file

@ -1,6 +1,7 @@
#![warn(clippy::use_self)]
mod chat;
mod store;
mod traits;
mod ui;