adding in stuff to make search work but still testing and stuff
This commit is contained in:
@@ -8,3 +8,8 @@ export const $authTokens = atom<{
|
||||
key: "AUTH_TOKENS", // unique ID (with respect to other atoms/selectors)
|
||||
default: null, // default value (aka initial value)
|
||||
});
|
||||
|
||||
export const $searchQuery = atom<string>({
|
||||
key: "SEARCH_QUERY",
|
||||
default: "",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user