feat: add interest screen to onboarding

This commit is contained in:
2024-01-19 14:53:26 +07:00
parent f65175f11e
commit a3460418f6
9 changed files with 372 additions and 161 deletions

View File

@@ -11,7 +11,7 @@ export const editorValueAtom = atom([
]);
// Onboarding
export const onboardingAtom = atom(false);
export const onboardingAtom = atom(true);
// Activity
export const activityAtom = atom(false);