Move textline to ui module

This commit is contained in:
Joscha 2022-02-25 23:00:08 +01:00
parent d0708bfee1
commit 8d1b1951f4
3 changed files with 1 additions and 1 deletions

View file

@ -2,7 +2,6 @@ mod config;
mod never;
mod replies;
mod room;
mod textline;
mod ui;
use std::io;

View file

@ -1,4 +1,5 @@
mod rooms;
mod textline;
use std::collections::HashMap;
use std::io::Stdout;