File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import { serverSideTranslations } from "next-i18next/serverSideTranslations"
5
5
6
6
import type { BasePageProps , Lang } from "@/lib/types"
7
7
8
- import { ButtonLink } from "@/components/Buttons"
9
8
import Callout from "@/components/Callout"
10
9
import Card from "@/components/Card"
11
10
import { ContentHero , type ContentHeroProps } from "@/components/Hero"
@@ -14,6 +13,7 @@ import MainArticle from "@/components/MainArticle"
14
13
import PageMetadata from "@/components/PageMetadata"
15
14
import { StandaloneQuizWidget } from "@/components/Quiz/QuizWidget"
16
15
import Translation from "@/components/Translation"
16
+ import { ButtonLink } from "@/components/ui/buttons/Button"
17
17
18
18
import { existsNamespace } from "@/lib/utils/existsNamespace"
19
19
import { getLastDeployDate } from "@/lib/utils/getLastDeployDate"
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ import { serverSideTranslations } from "next-i18next/serverSideTranslations"
4
4
5
5
import type { BasePageProps , Lang } from "@/lib/types"
6
6
7
- import { ButtonLink } from "@/components/Buttons"
8
7
import Callout from "@/components/Callout"
9
8
import { ContentHero , ContentHeroProps } from "@/components/Hero"
10
9
import Layer2NetworksTable from "@/components/Layer2NetworksTable"
11
10
import MainArticle from "@/components/MainArticle"
12
11
import PageMetadata from "@/components/PageMetadata"
12
+ import { ButtonLink } from "@/components/ui/buttons/Button"
13
13
14
14
import { dataLoader } from "@/lib/utils/data/dataLoader"
15
15
import { existsNamespace } from "@/lib/utils/existsNamespace"
You can’t perform that action at this time.
0 commit comments