crabbysearch/src/templates/views/mod.rs
2023-11-18 21:23:22 +03:00

8 lines
195 B
Rust

//! This module provides other modules to handle view for each individual page in the
//! `websurfx` frontend.
pub mod about;
pub mod index;
pub mod not_found;
pub mod search;
pub mod settings;