1
2
3
4
5
// lib.rs
#![allow(non_snake_case)]
pub use dioxus::prelude::*;

pub mod ui;