8 lines
213 B
Rust
8 lines
213 B
Rust
//! This module provides other modules to handle the partials for the views in the `crabbysearch` frontend.
|
|
|
|
pub mod bar;
|
|
pub mod footer;
|
|
pub mod header;
|
|
pub mod navbar;
|
|
pub mod search_bar;
|
|
pub mod settings_tabs;
|