pub mod static_assets;
pub fn install_assets() {
crate::declare_scss_asset!("target/css/common.scss").install();
}
pub use ::axum;
pub use ::http;
pub use ::mime;
#[cfg(all(feature = "server", not(feature = "client")))]
pub use terrazzo_macro::server;