diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-01-20 01:53:09 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-01-20 01:53:09 +0100 |
| commit | bc155f7abea6ee5155b6460d367a6797205db4fd (patch) | |
| tree | a2c55d96c493cf2b71bfc79539d4f8d0d8953392 /ui/src/stats.rs | |
| parent | 10736db63ad6d99e6cdce41920aa10dbeab02129 (diff) | |
| download | jellything-bc155f7abea6ee5155b6460d367a6797205db4fd.tar jellything-bc155f7abea6ee5155b6460d367a6797205db4fd.tar.bz2 jellything-bc155f7abea6ee5155b6460d367a6797205db4fd.tar.zst | |
started ui refactor
Diffstat (limited to 'ui/src/stats.rs')
| -rw-r--r-- | ui/src/stats.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/stats.rs b/ui/src/stats.rs index 2617b2c..0a88fac 100644 --- a/ui/src/stats.rs +++ b/ui/src/stats.rs @@ -7,7 +7,7 @@ use crate::{ Page, format::{format_duration, format_duration_long, format_kind, format_size}, - locale::{Language, tr, trs}, + locale::{tr, trs}, }; use jellycommon::routes::u_node_slug; use markup::raw; |