Skip to content

Commit d732317

Browse files
authored
Merge pull request #14697 from JoeChenJ/Migrate_staking_to_Shadcn
Shadcn Migrate: staking/index.tsx
2 parents 2834c86 + f1e03e0 commit d732317

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/pages/staking/index.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ import type {
1313
} from "@/lib/types"
1414

1515
import { List as ButtonDropdownList } from "@/components/ButtonDropdown"
16-
import ButtonLink, {
17-
type ButtonLinkProps,
18-
} from "@/components/Buttons/ButtonLink"
1916
import Card from "@/components/Card"
2017
import ExpandableCard from "@/components/ExpandableCard"
2118
import FeedbackCard from "@/components/FeedbackCard"
@@ -28,6 +25,10 @@ import StakingCommunityCallout from "@/components/Staking/StakingCommunityCallou
2825
import StakingHierarchy from "@/components/Staking/StakingHierarchy"
2926
import StakingStatsBox from "@/components/Staking/StakingStatsBox"
3027
import Translation from "@/components/Translation"
28+
import {
29+
ButtonLink,
30+
type ButtonLinkProps,
31+
} from "@/components/ui/buttons/Button"
3132
import { Divider } from "@/components/ui/divider"
3233
import { Flex, Stack, VStack } from "@/components/ui/flex"
3334
import InlineLink from "@/components/ui/Link"

0 commit comments

Comments
 (0)