refactor!: made timeago module private

This commit is contained in:
ThetaDev 2023-05-06 21:14:51 +02:00
parent 800073df48
commit 2241223c9f
8 changed files with 11 additions and 19 deletions

View file

@ -17,8 +17,7 @@ use crate::{
text::{AccessibilityText, Text, TextComponent},
MapResult,
},
timeago,
util::{self, TryRemove},
util::{self, timeago, TryRemove},
};
#[serde_as]