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 @@ -2,7 +2,7 @@ import * as React from "react"
2
2
import { useTranslation } from "react-i18next"
3
3
import { DocSearchButton } from "@docsearch/react"
4
4
5
- import { Button , type ButtonProps } from "../../../tailwind/ ui/buttons/Button"
5
+ import { Button , type ButtonProps } from "../ui/buttons/Button"
6
6
7
7
const SearchButton = React . forwardRef < HTMLButtonElement , ButtonProps > (
8
8
( props , ref ) => {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import { trackCustomEvent } from "@/lib/utils/matomo"
12
12
import { sanitizeHitTitle } from "@/lib/utils/sanitizeHitTitle"
13
13
import { sanitizeHitUrl } from "@/lib/utils/url"
14
14
15
- import { Button } from "../../../tailwind/ ui/buttons/Button"
15
+ import { Button } from "../ui/buttons/Button"
16
16
17
17
import SearchButton from "./SearchButton"
18
18
You can’t perform that action at this time.
0 commit comments