Remove app.js

This will be replaced by app.mjs in the next commit.
This commit is contained in:
CountBleck 2022-08-25 21:33:42 -07:00
parent a83063cf10
commit cf52907e96

4
app.js
View file

@ -1,4 +0,0 @@
(async() => {
await
import ('./app.mjs');
})();