diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b19ce0b..b312df7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1424,4 +1424,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 43ebe49..df40b68 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -230,4 +230,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}