import { atom } from "jotai" export const commandPaletteOpenAtom = atom(false)