mirror of
https://github.com/adoyle0/thaw.git
synced 2025-02-12 20:02:47 -05:00
5 lines
55 B
Rust
5 lines
55 B
Rust
mod app;
|
|
mod components;
|
|
mod pages;
|
|
|
|
pub use app::App;
|