first commit
This commit is contained in:
commit
7c46ee6909
107 changed files with 5563 additions and 0 deletions
3
frontend/src/stores/searchStore.ts
Normal file
3
frontend/src/stores/searchStore.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import { atom } from "nanostores";
|
||||
|
||||
export const isSearchOpen = atom(false);
|
||||
Loading…
Add table
Add a link
Reference in a new issue