Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
deep-gaurav committed Jul 19, 2020
1 parent be1f48b commit 2f5a61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crate/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pub fn run() {

wasm_logger::init(wasm_logger::Config::default());

yew::start_app::<App>();
// yew::start_app::<App>();
let el = yew::utils::document()
.query_selector("#approot")
.expect("can't get body node for rendering")
Expand Down

1 comment on commit 2f5a61e

@vercel
Copy link

@vercel vercel bot commented on 2f5a61e Jul 19, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.