Skip to content

Commit 808305c

Browse files
committed
fix bad import
1 parent 25903de commit 808305c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/FeedbackCard.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ import { FeedbackThumbsUpIcon } from "@/components/icons"
99
import { trackCustomEvent } from "@/lib/utils/matomo"
1010
import { isLangRightToLeft } from "@/lib/utils/translations"
1111

12-
import { Button } from "../../tailwind/ui/buttons/Button"
13-
12+
import { Button } from "./ui/buttons/Button"
1413
import Translation from "./Translation"
1514

1615
import { useSurvey } from "@/hooks/useSurvey"

0 commit comments

Comments
 (0)