1
2
3
4
5
6
// lib.rs
#![allow(non_snake_case)]

pub mod button;
pub mod input;
pub mod template;