diff --git a/src/client.imba b/src/client.imba index f02e1cb..11b8db8 100644 --- a/src/client.imba +++ b/src/client.imba @@ -1,4 +1,5 @@ import {vbox, completed} from './styles/index.css' +import { List } from './item-list' var store = { title: "" @@ -15,16 +16,11 @@ tag App data:items.push(title: data:title) data:title = "" - def completeItem item - console.log "clicked,{item:completed}" - item:completed = !item:completed - def render