import { atom } from 'nanostores'; export const teamPopupOpen = atom(false); export const teamPopupName = atom(null);