Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-peterson committed Jul 12, 2020
1 parent cdf5aad commit 6cadd7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/crm/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
mod lib;
use lib::Model;

extern crate serde_derive;
extern crate common;
extern crate serde_derive;

fn main() {
yew::start_app::<Model>();
Expand Down

0 comments on commit 6cadd7c

Please sign in to comment.