diff options
| author | Factiven <[email protected]> | 2023-09-26 23:35:35 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-09-26 23:35:35 +0700 |
| commit | 20b8a7267827e3a07c1eef668c3b9c22fda43765 (patch) | |
| tree | 2fec9006dfac5737d8b227bf5ccce73880800cc2 /components/searchPalette.js | |
| parent | Update release.md (diff) | |
| download | moopa-4.1.2.tar.xz moopa-4.1.2.zip | |
Update v4.1.2v4.1.2
Diffstat (limited to 'components/searchPalette.js')
| -rw-r--r-- | components/searchPalette.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/searchPalette.js b/components/searchPalette.js index 07c8f89..38a0bc0 100644 --- a/components/searchPalette.js +++ b/components/searchPalette.js @@ -3,7 +3,7 @@ import { Combobox, Dialog, Menu, Transition } from "@headlessui/react"; import useDebounce from "../lib/hooks/useDebounce"; import Image from "next/image"; import { useRouter } from "next/router"; -import { useSearch } from "../lib/hooks/isOpenState"; +import { useSearch } from "../lib/context/isOpenState"; import { ChevronDownIcon, ChevronRightIcon } from "@heroicons/react/24/outline"; import { BookOpenIcon, PlayIcon } from "@heroicons/react/20/solid"; import { useAniList } from "../lib/anilist/useAnilist"; |