JustinVollmer 1e3657f788
Some checks failed
Deploy Jekyll site to Pages / build (push) Failing after 3m59s
init
2025-02-27 22:54:37 +01:00

8 lines
184 B
JavaScript

import { modeWatcher } from '../components/mode-watcher';
import { sidebarExpand } from '../components/sidebar';
export function initSidebar() {
modeWatcher();
sidebarExpand();
}