diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 70c8860..7ae5a0e 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 57e4c89..37ccb94 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,9 +95,9 @@ export default function LandingPage() {
); -} \ No newline at end of file +}