UI overhaul rebase

This commit is contained in:
2026-01-28 20:42:47 +01:00
parent 6e78d1c181
commit 3004dd4ade
55 changed files with 323294 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
# Example
> a template for starting a dioxus project to be used with [dioxus-cli](https://github.com/DioxusLabs/cli)
## Usage
#### Start a `dev-server` for the project:
```
dioxus serve
```