summary refs log tree commit diff
path: root/src/components/mod.rs
blob: 20df27eeb796fbb56601bfc47d185ffa779e76ef (plain)
1
2
3
pub mod app;

pub use app::App;