8 lines
195 B
Rust
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;
|