6 lines
78 B
Rust
6 lines
78 B
Rust
// src/pages/routing/mod.rs
|
|
|
|
pub mod router;
|
|
|
|
pub use router::{Page, Router};
|