This website requires JavaScript.
Explore
Help
Register
Sign In
bel
/
home-video-blue-extractinator
Watch
1
Star
0
Fork
You've already forked home-video-blue-extractinator
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
84b9ac781d
home-video-blue-extractinator
/
src
/
main.rs
13 lines
127 B
Rust
Raw
Blame
History
mod
app
;
use
app
::
*
;
use
leptos
::
*
;
fn
main
(
)
{
mount_to_body
(
|
|
{
view!
{
<
App
/
>
}
}
)
}
Reference in New Issue
View Git Blame
Copy Permalink