import { createStore } from "zustand"; export const settingsDialog = createStore<boolean>(() => false);