Update todomvc example to the 2018 edition

This commit is contained in:
André Luis Leal Cardoso Junior
2018-12-11 13:29:16 -02:00
parent a8fb4c3bf8
commit 2c30818b7c
6 changed files with 14 additions and 21 deletions

View File

@ -1,5 +1,5 @@
use askama::Template as AskamaTemplate;
use store::{ItemList, ItemListTrait};
use crate::store::{ItemList, ItemListTrait};
#[derive(AskamaTemplate)]
#[template(path = "row.html")]