File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,6 @@ import type {
13
13
} from "@/lib/types"
14
14
15
15
import { List as ButtonDropdownList } from "@/components/ButtonDropdown"
16
- import ButtonLink , {
17
- type ButtonLinkProps ,
18
- } from "@/components/Buttons/ButtonLink"
19
16
import Card from "@/components/Card"
20
17
import ExpandableCard from "@/components/ExpandableCard"
21
18
import FeedbackCard from "@/components/FeedbackCard"
@@ -28,6 +25,10 @@ import StakingCommunityCallout from "@/components/Staking/StakingCommunityCallou
28
25
import StakingHierarchy from "@/components/Staking/StakingHierarchy"
29
26
import StakingStatsBox from "@/components/Staking/StakingStatsBox"
30
27
import Translation from "@/components/Translation"
28
+ import {
29
+ ButtonLink ,
30
+ type ButtonLinkProps ,
31
+ } from "@/components/ui/buttons/Button"
31
32
import { Divider } from "@/components/ui/divider"
32
33
import { Flex , Stack , VStack } from "@/components/ui/flex"
33
34
import InlineLink from "@/components/ui/Link"
You can’t perform that action at this time.
0 commit comments