neon_arch
πŸ’‘ chore: add documentation to the code (#302)
c1a5b70
raw
history blame
195 Bytes
//! 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;