diff --git a/app/likes/page.tsx b/app/likes/page.tsx index 35acaaa..6d39a95 100644 --- a/app/likes/page.tsx +++ b/app/likes/page.tsx @@ -32,4 +32,4 @@ export default function Likes() { ) -} \ No newline at end of file +} diff --git a/app/projects/page.tsx b/app/projects/page.tsx index 4cb5cc9..523bcd9 100644 --- a/app/projects/page.tsx +++ b/app/projects/page.tsx @@ -32,4 +32,4 @@ export default function Projects() { ) -} \ No newline at end of file +}