diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2e7cc66..c20696d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1264,4 +1264,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index c1a4fb7..7debdca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -213,4 +213,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}