mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-26 03:01:33 +00:00
Update todomvc example to the 2018 edition
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
use askama::Template as AskamaTemplate;
|
||||
use store::{ItemList, ItemListTrait};
|
||||
use crate::store::{ItemList, ItemListTrait};
|
||||
|
||||
#[derive(AskamaTemplate)]
|
||||
#[template(path = "row.html")]
|
||||
|
Reference in New Issue
Block a user