From ea7403a82e6014508e8c21624926044238a92800 Mon Sep 17 00:00:00 2001 From: Jonathan Branan Date: Sun, 3 Nov 2024 01:52:30 -0600 Subject: [PATCH] fixed lint errors --- app/likes/page.tsx | 2 +- app/projects/page.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 +}