diff --git a/src/app/layout.tsx b/src/app/layout.tsx index be4c430..a2b8e80 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1332,4 +1332,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index e86161f..30ba1eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,6 +44,7 @@ export default function LandingPage() {
); -} \ No newline at end of file +}