Documentation
1
2
3
4
5
use valkyrie_docgen::Entrance;

fn main() {
    yew::start_app::<Entrance>();
}