initial
This commit is contained in:
8
src/prelude.rs
Normal file
8
src/prelude.rs
Normal 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::*
|
||||
};
|
||||
Reference in New Issue
Block a user