mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-01-15 08:22:59 -05: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