peter-tanner.github.io/_javascript/modules/layouts/sidebar.js

8 lines
184 B
JavaScript
Raw Permalink Normal View History

2024-10-13 04:56:18 +08:00
import { modeWatcher } from '../components/mode-watcher';
import { sidebarExpand } from '../components/sidebar';
export function initSidebar() {
modeWatcher();
sidebarExpand();
}