File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import DesktopNavMenu from "./Desktop"
14
14
import Menu from "./Menu"
15
15
import { useNav } from "./useNav"
16
16
17
- import useDisclosure from "@/hooks/useDisclosure"
17
+ import { useDisclosure } from "@/hooks/useDisclosure"
18
18
import { useIsClient } from "@/hooks/useIsClient"
19
19
20
20
const MobileNavMenu = lazy ( ( ) => import ( "./Mobile" ) )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import { Button } from "../../../tailwind/ui/buttons/Button"
16
16
17
17
import SearchButton from "./SearchButton"
18
18
19
- import type useDisclosure from "@/hooks/useDisclosure"
19
+ import { type useDisclosure } from "@/hooks/useDisclosure"
20
20
21
21
const SearchModal = dynamic ( ( ) => import ( "./SearchModal" ) )
22
22
You can’t perform that action at this time.
0 commit comments