1 2 3 4 5 6 7 8
import initThemeToggle from "./theme.js"; import initSearch from "./search.js"; (function () { initThemeToggle(); initSearch(); })();