//! Tests for Sidebar Navigation widget - split into modules
#[path = "sidebar/basic.rs"]
mod basic;
#[path = "sidebar/builder.rs"]
mod builder;
#[path = "sidebar/expand_collapse.rs"]
mod expand_collapse;
#[path = "sidebar/flattened.rs"]
mod flattened;
#[path = "sidebar/helpers.rs"]
mod helpers;
#[path = "sidebar/navigation.rs"]
mod navigation;
#[path = "sidebar/render.rs"]
mod render;