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