This commit is contained in:
4
src/components/website/signup/RulesPopup.ts
Normal file
4
src/components/website/signup/RulesPopup.ts
Normal file
@ -0,0 +1,4 @@
|
||||
import { atom } from 'nanostores';
|
||||
|
||||
export const rulesPopupState = atom<'open' | 'closed' | 'accepted'>('closed');
|
||||
export const rulesPopupRead = atom(false);
|
Reference in New Issue
Block a user