1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-26 06:21:18 -04:00

move dark mode code from module back to here for now

This commit is contained in:
2021-12-01 14:43:22 -05:00
parent a3c2bbcab0
commit 6f6de426da
9 changed files with 106 additions and 70 deletions

9
assets/js/main.js Normal file
View File

@@ -0,0 +1,9 @@
import "./src/dark-mode.js";
import "./src/emoji.js";
import "./src/hits.js";
import "./src/clipboard.js";
import "./src/anchor.js";
import "./src/contact.js";
import "./src/projects.js";
export default () => {};