paimon-moe-fork/src/stores/sidebar.js

4 lines
86 B
JavaScript

import { writable } from 'svelte/store';
export const showSidebar = writable(false);