dagger-components/examples/leptos-build/testdata/crates/hackernews_axum/src/routes.rs
kjuulh 11323c0752
All checks were successful
continuous-integration/drone/push Build is passing
feat: add leptos
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-10-22 12:09:57 +02:00

5 lines
60 B
Rust

pub mod nav;
pub mod stories;
pub mod story;
pub mod users;