From c7c2f8de624efe1f15143b348f216698fdf0edd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Mon, 19 May 2025 12:58:00 +0200 Subject: [PATCH] Example fix --- packages/example/src/routes/todos.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/example/src/routes/todos.tsx b/packages/example/src/routes/todos.tsx index 89591a8..a681617 100644 --- a/packages/example/src/routes/todos.tsx +++ b/packages/example/src/routes/todos.tsx @@ -26,9 +26,9 @@ function Todos() { return ( - + - + )