mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 16:48:09 +00: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();
|
|
}
|