feat: add onboarding modal

This commit is contained in:
2024-01-08 20:18:07 +07:00
parent aa80301778
commit c172c0f80f
22 changed files with 693 additions and 49 deletions

View File

@@ -7,3 +7,5 @@ export const editorValueAtom = atom([
children: [{ text: "" }],
},
]);
export const onboardingAtom = atom(false);