bytedream 60f3f8a096
Some checks failed
deploy / build-and-deploy (push) Failing after 21s
initial commit
2025-05-18 13:16:20 +02:00

5 lines
134 B
TypeScript

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