wip: migrate to zustand
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
import { atom } from "jotai";
|
||||
import { atomWithReset } from "jotai/utils";
|
||||
|
||||
// note content
|
||||
export const noteContentAtom = atomWithReset("");
|
||||
|
||||
// notify user that connector has receive newer note
|
||||
export const hasNewerNoteAtom = atom(false);
|
||||
Reference in New Issue
Block a user