Files
Cagire/src/views/mod.rs
2026-01-21 17:05:30 +01:00

10 lines
156 B
Rust

pub mod audio_view;
pub mod doc_view;
pub mod highlight;
pub mod main_view;
pub mod patterns_view;
mod render;
pub mod title_view;
pub use render::render;