diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-02-28 00:24:52 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-02-28 00:24:52 +0100 |
| commit | 4841c08da8afa3e42c354fbc325ce56b6f997079 (patch) | |
| tree | 3574919fc3e631e76e9e8a136c692f2a614e80b2 /ui/src/components/mod.rs | |
| parent | 7930d543a2aa68d4ad2958605827d7eb1baa91f8 (diff) | |
| download | jellything-4841c08da8afa3e42c354fbc325ce56b6f997079.tar jellything-4841c08da8afa3e42c354fbc325ce56b6f997079.tar.bz2 jellything-4841c08da8afa3e42c354fbc325ce56b6f997079.tar.zst | |
bad pagination
Diffstat (limited to 'ui/src/components/mod.rs')
| -rw-r--r-- | ui/src/components/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/src/components/mod.rs b/ui/src/components/mod.rs index 6c4cc9d..3dd43a4 100644 --- a/ui/src/components/mod.rs +++ b/ui/src/components/mod.rs @@ -6,6 +6,8 @@ pub mod admin; pub mod admin_log; +pub mod home; +pub mod items; pub mod login; pub mod message; pub mod node_card; @@ -13,5 +15,3 @@ pub mod node_page; pub mod props; pub mod stats; pub mod user; -pub mod items; -pub mod home; |