~
/hooky
summary
tree
log
refs
donate
hooky/command/src/main.rs
-rw-r--r--
81 B
View
Log
Blame
View Raw
89bc4b52
— Arthur Melton init command
2 years ago
1
2
3
4
5
6
7
mod
app
;
use
app::App;
fn
main
() {
yew::Renderer::<App>::new().
render
();
}