diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ef75a1e..d01112d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1274,4 +1274,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index c0ba842..5d68a9c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -139,4 +139,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}