💡 chore: add documentation to the code (#302)

This commit is contained in:
neon_arch 2023-11-18 21:23:22 +03:00
parent 38ba4bd6cb
commit c1a5b7086a
18 changed files with 154 additions and 29 deletions

View file

@ -1,7 +1,8 @@
//!
//! 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 settings;
pub mod search;
pub mod settings;