Don't load local card info by default, add user page, theme loading

This commit is contained in:
2024-09-05 00:59:51 -04:00
parent 20d7f62f33
commit 0a8091e843
11 changed files with 104 additions and 18 deletions

View File

@@ -1,5 +1,6 @@
pub mod index;
pub mod inventory;
pub mod user;
#[cfg(client)]
use perseus::utils::get_path_prefix_client;