feat: account page

This commit is contained in:
Per Stark
2024-12-28 00:07:20 +01:00
parent 855912dfe3
commit 20d0114f57
8 changed files with 142 additions and 24 deletions

View File

@@ -3,6 +3,7 @@ use std::sync::Arc;
use axum::response::Html;
use minijinja_autoreload::AutoReloader;
pub mod account;
pub mod index;
pub mod search_result;
pub mod signin;