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