[REF] examples: improve todoapp

This commit is contained in:
Géry Debongnie
2019-04-16 10:08:53 +02:00
parent ed326d34fd
commit 9dd8a36b28
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import TodoApp from "./components/TodoApp.js";
import TodoApp from "./TodoApp.js";
import { makeStore } from "./store.js";
async function makeEnv() {