This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
Delease
/
Blocktree
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
7
Pull Requests
0
Wiki
Aborescence:
3066400930
Branches
Tags
main
wasm-actors
Blocktree
/
crates
/
btconsole-client
/
src
/
bin
/
btconsole-client-bin.rs
btconsole-client-bin.rs
85 B
Historique
Raw
1
2
3
4
5
use btconsole_client::App;
fn main() {
yew::Renderer::<App>::new().hydrate();
}