Skip to content

Commit a76c735

Browse files
committed
fix imports
1 parent 9840eaa commit a76c735

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Search/SearchButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as React from "react"
22
import { useTranslation } from "react-i18next"
33
import { DocSearchButton } from "@docsearch/react"
44

5-
import { Button, type ButtonProps } from "../../../tailwind/ui/buttons/Button"
5+
import { Button, type ButtonProps } from "../ui/buttons/Button"
66

77
const SearchButton = React.forwardRef<HTMLButtonElement, ButtonProps>(
88
(props, ref) => {

src/components/Search/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { trackCustomEvent } from "@/lib/utils/matomo"
1212
import { sanitizeHitTitle } from "@/lib/utils/sanitizeHitTitle"
1313
import { sanitizeHitUrl } from "@/lib/utils/url"
1414

15-
import { Button } from "../../../tailwind/ui/buttons/Button"
15+
import { Button } from "../ui/buttons/Button"
1616

1717
import SearchButton from "./SearchButton"
1818

0 commit comments

Comments
 (0)