From c67e677e6f62931a5ce00736dd41aca97d592072 Mon Sep 17 00:00:00 2001 From: wrnrlr Date: Wed, 6 Nov 2024 13:57:39 +0100 Subject: [PATCH] Update example imports to use esm.sh --- www/playground.html | 2 +- www/public/example/counter.html | 2 +- www/public/example/todo.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www/playground.html b/www/playground.html index 3c43264..e389937 100644 --- a/www/playground.html +++ b/www/playground.html @@ -17,7 +17,7 @@ const playing = signal(true) const examples = [ {name:'counter',title:'Counter'}, - {name:'todo',title:'Todo'}, + {name:'todo',title:'Todo App'}, // {name:'admin',title:'Admin'} ] diff --git a/www/public/example/counter.html b/www/public/example/counter.html index e94aed5..609c436 100644 --- a/www/public/example/counter.html +++ b/www/public/example/counter.html @@ -3,7 +3,7 @@