From 0007b9f6ef0d82bc75425cb7dc69f1bf603b52ad Mon Sep 17 00:00:00 2001 From: SethTrowbridge <> Date: Sat, 9 Apr 2022 13:01:33 -0400 Subject: [PATCH] use app.js --- index.html | 494 +---------------------------------------------------- src/app.js | 478 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 484 insertions(+), 488 deletions(-) diff --git a/index.html b/index.html index cb15cbe..69f3456 100755 --- a/index.html +++ b/index.html @@ -6,11 +6,11 @@ { "imports": { - "react": "https://esm.sh/react@18", - "react-dom/client": "https://esm.sh/react-dom/client", - "@emotion": "https://esm.sh/@emotion", - "@emotion/": "https://esm.sh/@emotion/", - "htm": "https://esm.sh/htm/react" + "react": "https://esm.sh/react@18", +"react-dom/client": "https://esm.sh/react-dom/client", + "@emotion": "https://esm.sh/@emotion", + "@emotion/": "https://esm.sh/@emotion/", + "htm": "https://esm.sh/htm/react" } } @@ -18,488 +18,6 @@
- - +