Move textline to ui module
This commit is contained in:
parent
d0708bfee1
commit
8d1b1951f4
3 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,6 @@ mod config;
|
||||||
mod never;
|
mod never;
|
||||||
mod replies;
|
mod replies;
|
||||||
mod room;
|
mod room;
|
||||||
mod textline;
|
|
||||||
mod ui;
|
mod ui;
|
||||||
|
|
||||||
use std::io;
|
use std::io;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
mod rooms;
|
mod rooms;
|
||||||
|
mod textline;
|
||||||
|
|
||||||
use std::collections::HashMap;
|
use std::collections::HashMap;
|
||||||
use std::io::Stdout;
|
use std::io::Stdout;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue