neon_arch
πŸ’‘ chore: add documentation to the code (#302)
c1a5b70
raw
history blame
209 Bytes
//! This module provides other modules to handle the partials for the views in the `websurfx` frontend.
pub mod bar;
pub mod footer;
pub mod header;
pub mod navbar;
pub mod search_bar;
pub mod settings_tabs;