Use euphoxide instead of euph module
This commit is contained in:
parent
d07b1051a9
commit
36b717ff8c
17 changed files with 83 additions and 1556 deletions
|
|
@ -1,11 +1,11 @@
|
|||
use crossterm::style::{Color, ContentStyle, Stylize};
|
||||
use euphoxide::api::{Snowflake, Time};
|
||||
use time::OffsetDateTime;
|
||||
use toss::styled::Styled;
|
||||
|
||||
use crate::store::Msg;
|
||||
use crate::ui::ChatMsg;
|
||||
|
||||
use super::api::{Snowflake, Time};
|
||||
use super::util;
|
||||
|
||||
fn nick_char(ch: char) -> bool {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue