init(dixous): inital testing around dioxus
This commit is contained in:
6
src/components/mod.rs
Normal file
6
src/components/mod.rs
Normal file
@ -0,0 +1,6 @@
|
||||
//! The components module contains all shared components for our app. Components are the building blocks of dioxus apps.
|
||||
//! They can be used to defined common UI elements like buttons, forms, and modals. In this template, we define a Hero
|
||||
//! component to be used in our app.
|
||||
|
||||
mod hero;
|
||||
pub use hero::Hero;
|
Reference in New Issue
Block a user