2023-11-18 21:23:22 +03:00
|
|
|
//! This module provides other modules to handle the partials for the views in the `websurfx` frontend.
|
2023-11-17 22:10:06 +03:00
|
|
|
|
2023-11-18 21:23:22 +03:00
|
|
|
pub mod bar;
|
2023-11-17 22:10:06 +03:00
|
|
|
pub mod footer;
|
|
|
|
pub mod header;
|
|
|
|
pub mod navbar;
|
|
|
|
pub mod search_bar;
|
2023-11-18 21:23:22 +03:00
|
|
|
pub mod settings_tabs;
|