feat: add tutorial

This commit is contained in:
2024-01-15 14:06:11 +07:00
parent fbcb3ae6dc
commit 3f1218e7bc
13 changed files with 209 additions and 16 deletions

View File

@@ -15,3 +15,6 @@ export const onboardingAtom = atom(false);
// Activity
export const activityAtom = atom(false);
export const activityUnreadAtom = atom(0);
// Tutorial
export const tutorialAtom = atom(true);