[FIX] examples: adapt todoapp to new owl structure

This commit is contained in:
Géry Debongnie
2019-04-16 17:17:44 +02:00
parent a22dcdaddf
commit e5e6c50fff
4 changed files with 4 additions and 5 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
import { TodoItem } from "./TodoItem.js";
const { Component } = owl.core;
const { connect } = owl.extras;
const { Component, connect } = owl;
const ENTER_KEY = 13;