aboutsummaryrefslogtreecommitdiff
path: root/components/shared/NavBar.js
diff options
context:
space:
mode:
Diffstat (limited to 'components/shared/NavBar.js')
-rw-r--r--components/shared/NavBar.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/shared/NavBar.js b/components/shared/NavBar.js
index 42fcff0..7bbd617 100644
--- a/components/shared/NavBar.js
+++ b/components/shared/NavBar.js
@@ -1,4 +1,4 @@
-import { useSearch } from "@/lib/hooks/isOpenState";
+import { useSearch } from "@/lib/context/isOpenState";
import { getCurrentSeason } from "@/utils/getTimes";
import { ArrowLeftIcon, ArrowUpCircleIcon } from "@heroicons/react/20/solid";
import { UserIcon } from "@heroicons/react/24/solid";