working on new virtual scroller
This commit is contained in:
@@ -2,3 +2,5 @@ import { atom } from 'jotai';
|
||||
|
||||
// usecase: notify user that connector has receive newer note
|
||||
export const hasNewerNoteAtom = atom(false);
|
||||
// usecase: query notes from database
|
||||
export const notesAtom = atom([]);
|
||||
|
||||
Reference in New Issue
Block a user