Files
soda/src/prelude.rs
2025-02-12 09:47:32 -05:00

9 lines
201 B
Rust

// 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::*
};