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:
+5
-3
@@ -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 () => {};
|
||||
|
||||
Reference in New Issue
Block a user