mirror of
https://github.com/peter-tanner/peter-tanner.github.io.git
synced 2024-12-02 21:10:17 +08:00
8 lines
184 B
JavaScript
8 lines
184 B
JavaScript
|
import { modeWatcher } from '../components/mode-watcher';
|
||
|
import { sidebarExpand } from '../components/sidebar';
|
||
|
|
||
|
export function initSidebar() {
|
||
|
modeWatcher();
|
||
|
sidebarExpand();
|
||
|
}
|