Add components, models, and pages modules
This commit is contained in:
1
src/components/mod.rs
Normal file
1
src/components/mod.rs
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
use dioxus::prelude::*;
|
||||
|
||||
pub mod models;
|
||||
pub mod components;
|
||||
pub mod pages;
|
||||
|
||||
const TAILWIND_CSS: Asset = asset!("/assets/tailwind.css");
|
||||
|
||||
#[derive(Debug, Clone, Routable, PartialEq)]
|
||||
|
||||
1
src/models/mod.rs
Normal file
1
src/models/mod.rs
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
1
src/pages/mod.rs
Normal file
1
src/pages/mod.rs
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
Reference in New Issue
Block a user