Skip to content

Commit

Permalink
Merge pull request #13634 from ethereum/fix-import
Browse files Browse the repository at this point in the history
Fix bad import
  • Loading branch information
pettinarip authored Aug 14, 2024
2 parents 25903de + 808305c commit 6eed7bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/FeedbackCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ import { FeedbackThumbsUpIcon } from "@/components/icons"
import { trackCustomEvent } from "@/lib/utils/matomo"
import { isLangRightToLeft } from "@/lib/utils/translations"

import { Button } from "../../tailwind/ui/buttons/Button"

import { Button } from "./ui/buttons/Button"
import Translation from "./Translation"

import { useSurvey } from "@/hooks/useSurvey"
Expand Down

0 comments on commit 6eed7bc

Please sign in to comment.