crabbysearch/src/templates/partials/mod.rs

9 lines
209 B
Rust
Raw Normal View History

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