Skip to content

Commit 4c32eed

Browse files
committed
fix imports
1 parent 2586283 commit 4c32eed

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/components/LanguagePicker/MobileCloseBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { MouseEventHandler } from "react"
22
import { useTranslation } from "next-i18next"
33

4-
import { Button } from "../../../tailwind/ui/buttons/Button"
4+
import { Button } from "../ui/buttons/Button"
55

66
type MobileCloseBarProps = {
77
handleClick: MouseEventHandler<HTMLButtonElement>

src/components/Nav/Desktop/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ import { HStack, useColorModeValue, useEventListener } from "@chakra-ui/react"
77

88
import { IconButton } from "@/components/Buttons"
99
import LanguagePicker from "@/components/LanguagePicker"
10+
import { Button } from "@/components/ui/buttons/Button"
1011

1112
import { DESKTOP_LANGUAGE_BUTTON_NAME } from "@/lib/constants"
1213

13-
import { Button } from "../../../../tailwind/ui/buttons/Button"
14-
1514
type DesktopNavMenuProps = {
1615
toggleColorMode: () => void
1716
}

0 commit comments

Comments
 (0)