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