crabbysearch/src/templates/partials/settings_tabs/mod.rs

7 lines
193 B
Rust
Raw Normal View History

//! This module provides other modules to handle the partials for the tabs for the settings page
//! view in the `websurfx` frontend.
pub mod cookies;
pub mod engines;
pub mod user_interface;