feat: add basic search dialog
This commit is contained in:
@@ -22,3 +22,6 @@ export const activityUnreadAtom = atom(0);
|
||||
|
||||
// Tutorial
|
||||
export const tutorialAtom = atomWithStorage("tutorial", true);
|
||||
|
||||
// Search
|
||||
export const searchAtom = atom(false);
|
||||
|
||||
Reference in New Issue
Block a user