Skip to content

Commit c1e904a

Browse files
refactor: import updated Select component
1 parent b55fc58 commit c1e904a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/components/CentralizedExchanges/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Emoji from "@/components/Emoji"
99
import InlineLink from "@/components/Link"
1010
import OldHeading from "@/components/OldHeading"
1111
import Text from "@/components/OldText"
12-
import Select from "@/components/Select"
12+
import Select from "@/components/ui/Select"
1313

1414
import { getLocaleTimestamp } from "@/lib/utils/time"
1515

src/components/FindWallet/LanguageSupportFilter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
Text,
1313
} from "@chakra-ui/react"
1414

15-
import Select from "@/components/Select"
15+
import Select from "@/components/ui/Select"
1616

1717
import { getLanguageCodeName } from "@/lib/utils/intl"
1818
import { trackCustomEvent } from "@/lib/utils/matomo"

src/components/Layer2/Layer2Onboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { ButtonLink } from "../Buttons"
2626
import InlineLink from "../Link"
2727
import OldHeading from "../OldHeading"
2828
import Text from "../OldText"
29-
import Select, { SelectOnChange } from "../Select"
29+
import Select, { SelectOnChange } from "../ui/Select"
3030

3131
const Flex50 = (props: ChildOnlyProp) => (
3232
<Box flex={{ base: "100%", md: "50%" }} {...props} />

src/components/Staking/StakingLaunchpadWidget.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Translation from "@/components/Translation"
99

1010
import { trackCustomEvent } from "@/lib/utils/matomo"
1111

12-
import Select, { type SelectOnChange } from "../Select"
12+
import Select, { type SelectOnChange } from "../ui/Select"
1313

1414
type StakingDataOption = { label: string; value: string }
1515

src/hooks/useCentralizedExchanges.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { useTranslation } from "next-i18next"
1212
// import squarelink from "@/public/images/wallets/squarelink.png"
1313
// import trust from "@/public/images/wallets/trust.png"
1414
import type { ImageProps } from "@/components/Image"
15-
import { SelectOnChange } from "@/components/Select"
15+
import { SelectOnChange } from "@/components/ui/Select"
1616

1717
import { trackCustomEvent } from "@/lib/utils/matomo"
1818

0 commit comments

Comments
 (0)