feat: add TeamPage component and remove TeamDialog for improved team management interface

This commit is contained in:
Anish Sarkar 2026-05-19 11:40:06 +05:30
parent 49e1395299
commit 3b168e987d
6 changed files with 28 additions and 48 deletions

View file

@ -1,5 +1,3 @@
import { atom } from "jotai";
export const teamDialogAtom = atom<boolean>(false);
export const announcementsDialogAtom = atom<boolean>(false);