File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import Emoji from "@/components/Emoji"
9
9
import InlineLink from "@/components/Link"
10
10
import OldHeading from "@/components/OldHeading"
11
11
import Text from "@/components/OldText"
12
- import Select from "@/components/Select"
12
+ import Select from "@/components/ui/ Select"
13
13
14
14
import { getLocaleTimestamp } from "@/lib/utils/time"
15
15
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import {
12
12
Text ,
13
13
} from "@chakra-ui/react"
14
14
15
- import Select from "@/components/Select"
15
+ import Select from "@/components/ui/ Select"
16
16
17
17
import { getLanguageCodeName } from "@/lib/utils/intl"
18
18
import { trackCustomEvent } from "@/lib/utils/matomo"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import { ButtonLink } from "../Buttons"
26
26
import InlineLink from "../Link"
27
27
import OldHeading from "../OldHeading"
28
28
import Text from "../OldText"
29
- import Select , { SelectOnChange } from "../Select"
29
+ import Select , { SelectOnChange } from "../ui/ Select"
30
30
31
31
const Flex50 = ( props : ChildOnlyProp ) => (
32
32
< Box flex = { { base : "100%" , md : "50%" } } { ...props } />
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import Translation from "@/components/Translation"
9
9
10
10
import { trackCustomEvent } from "@/lib/utils/matomo"
11
11
12
- import Select , { type SelectOnChange } from "../Select"
12
+ import Select , { type SelectOnChange } from "../ui/ Select"
13
13
14
14
type StakingDataOption = { label : string ; value : string }
15
15
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import { useTranslation } from "next-i18next"
12
12
// import squarelink from "@/public/images/wallets/squarelink.png"
13
13
// import trust from "@/public/images/wallets/trust.png"
14
14
import type { ImageProps } from "@/components/Image"
15
- import { SelectOnChange } from "@/components/Select"
15
+ import { SelectOnChange } from "@/components/ui/ Select"
16
16
17
17
import { trackCustomEvent } from "@/lib/utils/matomo"
18
18
You can’t perform that action at this time.
0 commit comments