dioxus/examples/router.rs

10 lines
109 B
Rust
Raw Normal View History

2021-01-20 17:04:27 +00:00
//! Dioxus Router
use dioxus::prelude::*;
fn main() {
// let mut app = App::new();
2021-01-20 17:04:27 +00:00
// app.at(c)
}