Skip to content

Commit

Permalink
revert singleton_id changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hgzimmerman committed Sep 25, 2019
1 parent 3f75513 commit 44aeb47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/routing/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub enum Child {
A,
B,
PathNotFound(String),
Loading
Loading,
}

pub struct Model {
Expand Down Expand Up @@ -107,7 +107,7 @@ impl Renderable<Model> for Child {
},
Child::Loading => html! {
{"Loading"}
}
},
}
}
}

0 comments on commit 44aeb47

Please sign in to comment.