move components
This commit is contained in:
4
src/app/website/signup/TeamPopup.ts
Normal file
4
src/app/website/signup/TeamPopup.ts
Normal file
@ -0,0 +1,4 @@
|
||||
import { atom } from 'nanostores';
|
||||
|
||||
export const teamPopupOpen = atom(false);
|
||||
export const teamPopupName = atom<string | null>(null);
|
Reference in New Issue
Block a user