2024-08-13 04:48:24 +00:00

8 lines
184 B
JavaScript

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