Skip to content

Commit 188484f

Browse files
committed
fix: remove old imports v2
1 parent 02d222b commit 188484f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/app/(landing)/[locale]/page.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ import { DeploymentImage } from "@/components/DeploymentImage"
22
import { PageBlocks } from "@/components/PageBlockRenderer"
33
import { LandingContainer } from "@/components/ui/LandingContainer"
44
import { getLandingPage } from "@/lib/cms"
5-
import type { DeploymentLayoutBlock, HeroLayoutBlock } from "@/lib/cms"
6-
import type { BrandLayoutBlock } from "@/lib/cms"
7-
import type { CtaLayoutBlock } from "@/lib/cms"
8-
import type { FaqLayoutBlock } from "@/lib/cms"
9-
import type { UseCaseLayoutBlock } from "@/lib/cms"
105
import { isSupportedLocale } from "@/lib/i18n"
116
import { getLandingPageMetadata } from "@/lib/pageMetadata"
127
import type { Metadata } from "next"

0 commit comments

Comments
 (0)