mylloon.fr/src/routes/mod.rs

9 lines
136 B
Rust
Raw Normal View History

2023-04-14 11:44:49 +02:00
pub mod agreements;
pub mod blog;
pub mod contrib;
pub mod index;
pub mod networks;
pub mod not_found;
pub mod portfolio;
2023-04-14 12:25:20 +02:00
pub mod web3;