refactor crud

This commit is contained in:
2023-09-15 13:13:56 +02:00
committed by Hannes Körber
parent 838263b091
commit bcb20c3db8
16 changed files with 466 additions and 239 deletions

View File

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