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

7 lines
210 B
Rust

//! 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 general;
pub mod user_interface;