Skip to content

Commit 02d222b

Browse files
committed
fix: remove old import
1 parent 3cdc786 commit 02d222b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { Navigation } from "@/components/navigation/Navigation"
33
import { FooterSection } from "@/components/sections/FooterSection"
44
import { getFooter } from "@/lib/cms"
55
import { getNavbarItems } from "@/lib/cms"
6-
import { getSections } from "@/lib/cms"
76
import { isSupportedLocale } from "@/lib/i18n"
87
import type { ReactNode } from "react"
98
import { notFound } from "next/navigation"

0 commit comments

Comments
 (0)