From e2c121abf114eb694dc96e145e154a2daf95de02 Mon Sep 17 00:00:00 2001 From: Timothy Kostolansky <39891386+tim0120@users.noreply.github.com> Date: Thu, 21 Nov 2024 14:27:15 -0800 Subject: [PATCH] ty ESLint :) 2 --- src/app/projects/[slug]/page.tsx | 1 - src/components/PageNav.tsx | 2 +- src/components/projects/EmojiSearch/index.tsx | 10 +++++++++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/app/projects/[slug]/page.tsx b/src/app/projects/[slug]/page.tsx index 9efd192..927a42b 100644 --- a/src/app/projects/[slug]/page.tsx +++ b/src/app/projects/[slug]/page.tsx @@ -6,7 +6,6 @@ import { getProjectData, getAllProjectSlugs } from '@/lib/projects' // Dynamically import project components const PROJECT_COMPONENTS = { 'emoji-search': dynamic(() => import('@/components/projects/EmojiSearch')), - // 'data-viz': dynamic(() => import('@/components/projects/DataVizProject')), } type Props = { diff --git a/src/components/PageNav.tsx b/src/components/PageNav.tsx index 1564b7d..a2c70c6 100644 --- a/src/components/PageNav.tsx +++ b/src/components/PageNav.tsx @@ -7,7 +7,7 @@ export default function PageNav() {
{description}