simplestacknavigation/src/lib.rs

5 lines
87 B
Rust

pub use makepad_widgets;
pub mod app;
pub mod welcome;
pub mod counter;
pub mod shared;