Init
This commit is contained in:
9
src/views/mod.rs
Normal file
9
src/views/mod.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user