chore: clean up some latent items

This commit is contained in:
Jonathan Kelley 2022-04-23 23:28:53 -04:00
parent 157e42640d
commit 04535749e9
3 changed files with 0 additions and 39 deletions

11
TODO.md
View file

@ -1,11 +0,0 @@
asd
- [ ] use a TUI for the dev server aspect of things
- [ ] allow any index.html
- [ ] use wasmopt for production builds
- [ ] pass arguments through to `cargo`
- [ ] figure out a bundling strategy
- [ ] an external configuration
should we just use trunk?

23
out.rsx
View file

@ -1,23 +0,0 @@
use dioxus::prelude::*;
fn component(cx: Scope) -> Element {
cx.render(rsx!(
div {
h1 {
"hello"
}
}
))
}
use dioxus::prelude::*;
fn component(cx: Scope) -> Element {
cx.render(rsx!(
div {
h1 {
"hello"
}
}
))
}

View file

@ -1,5 +0,0 @@
<div>
<h1>
hello
</h1>
</div>