1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-29 23:45:58 -04:00

begrudgingly start move to all ESM modules

This commit is contained in:
2021-06-29 08:14:57 -04:00
parent d8a818ed18
commit 1bdd600c84
5 changed files with 197 additions and 161 deletions
+5 -3
View File
@@ -1,3 +1,5 @@
require("./src/counter");
require("./src/projects");
require("./vendor/twemoji");
import "./src/counter.js";
import "./src/projects.js";
import "./vendor/twemoji.js";
export default () => {};