5 lines
75 B
Rust
5 lines
75 B
Rust
pub mod dashboard_list_view;
|
|
pub mod gen;
|
|
|
|
pub use dashboard_list_view::*;
|