This commit is contained in:
2024-04-29 20:38:17 +02:00
parent 84fdf64793
commit 0949b1452c
5 changed files with 430 additions and 92 deletions

View File

@@ -5,6 +5,7 @@ use std::fmt;
pub mod auth;
pub mod cli;
pub mod components;
pub mod elements;
pub mod error;
pub mod htmx;
pub mod models;