Spaces:
Running
Running
//! 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; | |