c1a5b70 0ec8914 c1a5b70
1
2
3
4
5
6
7
8
9
//! 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;