mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 17:06:37 -04:00
begrudgingly start move to all ESM modules
This commit is contained in:
@ -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