From 14623c9bcf61ac2c7b7258e92ff22b3e05ddb42d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20R=C3=A5gstad?= Date: Fri, 26 Jul 2024 13:16:25 +0200 Subject: [PATCH] Add example import statement --- examples/todo/index.wx | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/todo/index.wx b/examples/todo/index.wx index 60aea9c..2bb9a8a 100644 --- a/examples/todo/index.wx +++ b/examples/todo/index.wx @@ -1,3 +1,4 @@ +import { Todo, renderAllTodos, renderTodo } from "./todos"; get / (