modapp;pubmodcodegen;pubmoddb;pubmodenv;pubuseapp::App;pubusemaud::{html, Markup,DOCTYPE};/// Include the generated routes and create_router() function.
/// Call this at the top level of your main.rs.
#[macro_export]macro_rules!routes{()=>{include!(concat!(env!("OUT_DIR"),"/routes_generated.rs"));};}