File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import { serverSideTranslations } from "next-i18next/serverSideTranslations"
6
6
7
7
import { BasePageProps , Lang } from "@/lib/types"
8
8
9
- import ButtonLink from "@/components/Buttons/ButtonLink"
10
9
import Callout from "@/components/Callout"
11
10
import Card from "@/components/Card"
12
11
import CardList from "@/components/CardList"
@@ -20,6 +19,7 @@ import { StandaloneQuizWidget } from "@/components/Quiz/QuizWidget"
20
19
import { Simulator } from "@/components/Simulator"
21
20
import { SIMULATOR_ID } from "@/components/Simulator/constants"
22
21
import Translation from "@/components/Translation"
22
+ import { ButtonLink } from "@/components/ui/buttons/Button"
23
23
import { Divider } from "@/components/ui/divider"
24
24
25
25
import { existsNamespace } from "@/lib/utils/existsNamespace"
You can’t perform that action at this time.
0 commit comments