updated following page and note connector

This commit is contained in:
Ren Amamiya
2023-03-16 14:54:31 +07:00
parent 123d22d5cf
commit 9d96e3b5fd
13 changed files with 99 additions and 181 deletions

3
src/stores/note.tsx Normal file
View File

@@ -0,0 +1,3 @@
import { atom } from 'jotai';
export const atomHasNewerNote = atom(false);