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

7 lines
197 B
Rust
Raw Normal View History

//! This module provides other modules to handle the partials for the tabs for the settings page
2024-08-15 11:15:23 +02:00
//! view in the `crabbysearch` frontend.
pub mod cookies;
pub mod engines;
pub mod user_interface;