From ed6c5ca779cc5d29f7c3f0e7e503c16c893c807d Mon Sep 17 00:00:00 2001 From: SethTrowbridge <> Date: Sat, 9 Apr 2022 12:32:25 -0400 Subject: [PATCH 1/4] use js import like a normal person.... --- index.html | 25 +++--- libraries/n.js | 172 ----------------------------------- libraries/papaparse.min.js | 7 -- src/app.js | 0 src/n.js | 174 ++++++++++++++++++++++++++++++++++++ {libraries => src}/pivot.js | 8 +- 6 files changed, 193 insertions(+), 193 deletions(-) delete mode 100644 libraries/n.js delete mode 100644 libraries/papaparse.min.js create mode 100644 src/app.js create mode 100644 src/n.js rename {libraries => src}/pivot.js (99%) diff --git a/index.html b/index.html index 5ca13ce..c3dee7b 100755 --- a/index.html +++ b/index.html @@ -2,15 +2,22 @@
- - - - - - @@ -9,12 +21,11 @@ From 0007b9f6ef0d82bc75425cb7dc69f1bf603b52ad Mon Sep 17 00:00:00 2001 From: SethTrowbridge <> Date: Sat, 9 Apr 2022 13:01:33 -0400 Subject: [PATCH 3/4] 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 @@ - - +