diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ea19dec..da0388f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1396,4 +1396,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index dc32900..f0339c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -250,4 +250,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}