2023-11-18 21:23:22 +03:00
|
|
|
//! This module provides other modules to handle the partials for the tabs for the settings page
|
|
|
|
//! view in the `websurfx` frontend.
|
2023-11-17 22:10:06 +03:00
|
|
|
|
|
|
|
pub mod cookies;
|
2023-11-18 21:23:22 +03:00
|
|
|
pub mod engines;
|
2023-11-17 22:10:06 +03:00
|
|
|
pub mod user_interface;
|