summary refs log tree commit diff
path: root/src/components/mod.rs
blob: 62ca08a3ae3ec247f95fb132b70eb27cd54670aa (plain)
1
2
3
4
5
pub mod layout;

pub mod app;

pub use app::App;