mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-23 14:29:22 -05:00
6 lines
55 B
Rust
6 lines
55 B
Rust
|
mod app;
|
||
|
mod components;
|
||
|
mod pages;
|
||
|
|
||
|
pub use app::App;
|