c1a5b70 0ec8914 c1a5b70 0ec8914 c1a5b70
1
2
3
4
5
6
7
8
9
//! This module provides other modules to handle the partials for the views in the `websurfx` frontend. pub mod bar; pub mod footer; pub mod header; pub mod navbar; pub mod search_bar; pub mod settings_tabs;