From 5686ac91a910f4c59aed30b4a7443aa892d8a26f Mon Sep 17 00:00:00 2001 From: SmartCoder3000 <83769295+SmartCoder3000@users.noreply.github.com> Date: Sun, 12 Jun 2022 20:24:57 -0400 Subject: [PATCH] Create index.js --- index.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 index.js diff --git a/index.js b/index.js new file mode 100644 index 0000000..c5d1a65 --- /dev/null +++ b/index.js @@ -0,0 +1,3 @@ +(async() => { + await import('./index.mjs'); +})();