adding in stuff to make search work but still testing and stuff

This commit is contained in:
talksik
2022-03-18 12:37:39 -04:00
parent 726ab29b64
commit 1ff61bf91d
12 changed files with 225 additions and 64 deletions
@@ -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: "",
});