From cf52907e96f77eacc2260821399d8055a03cdffb Mon Sep 17 00:00:00 2001 From: CountBleck Date: Thu, 25 Aug 2022 21:33:42 -0700 Subject: [PATCH] Remove app.js This will be replaced by app.mjs in the next commit. --- app.js | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 app.js diff --git a/app.js b/app.js deleted file mode 100644 index d65d184..0000000 --- a/app.js +++ /dev/null @@ -1,4 +0,0 @@ -(async() => { - await - import ('./app.mjs'); -})(); \ No newline at end of file