use tosin::urls::Path; use super::views; pub const url_patterns: &[Path] = [ Path::View { url: "", view: views::index, name: "index" }, ];