This commit is contained in:
2026-06-17 12:30:51 +02:00
parent 926a4fcc42
commit 38a9e00434
2 changed files with 25 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
mod auth;
mod darkmode;
mod pages;
use crate::auth::ProtectedRoute;
use crate::pages::*;