Add utils module

This commit is contained in:
2026-06-18 21:43:38 -04:00
parent 78f528ff77
commit 3fa0e6e4c9
2 changed files with 2 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ pub mod components;
pub mod models; pub mod models;
pub mod pages; pub mod pages;
pub mod schema; pub mod schema;
pub mod util;
#[cfg(feature = "server")] #[cfg(feature = "server")]
pub mod server; pub mod server;

1
src/util/mod.rs Normal file
View File

@@ -0,0 +1 @@