This commit is contained in:
2025-02-12 09:47:32 -05:00
commit d2e6c51073
13 changed files with 1332 additions and 0 deletions

8
src/prelude.rs Normal file
View File

@@ -0,0 +1,8 @@
// all the useful re-exports to get an app online without worrying too much about modules
pub use crate::{
html::*,
compose::Compose,
output,
router::{ Router, self },
server::*
};