crabbysearch/src/templates/partials/mod.rs
2023-11-18 21:23:22 +03:00

8 lines
209 B
Rust

//! 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;