diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 104034e..c015d5a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -126,4 +126,4 @@ export default function AboutPage() { /> ); -} \ No newline at end of file +} diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 2e63295..a8ee8c1 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -186,4 +186,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 994109a..c3809de 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -137,4 +137,4 @@ export default function ContactPage() { /> ); -} \ No newline at end of file +} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a34f788..47a8478 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1258,4 +1258,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 170ff8e..612af01 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -202,4 +202,4 @@ export default function HomePage() { /> ); -} \ No newline at end of file +} diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index d7e8f0c..5f552eb 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -165,4 +165,4 @@ export default function PortfolioPage() { /> ); -} \ No newline at end of file +}