Skip to content

Commit 91f62e7

Browse files
committed
fix(marketing): resolve Footer import casing for typecheck
1 parent a9cf1b3 commit 91f62e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/marketing/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Hero } from "@/components/Hero";
33
import { FeatureGrid } from "@/components/FeatureGrid";
44
import { HowItWorks } from "@/components/HowItWorks";
55
import { GetStarted } from "@/components/GetStarted";
6-
import { Footer } from "@/components/Footer";
6+
import { Footer } from "@/components/footer";
77

88
export default function Home() {
99
return (

0 commit comments

Comments
 (0)