From a1a3e21266fbf1bfb90cc646b56ee7b9e0a61ae4 Mon Sep 17 00:00:00 2001 From: jblu Date: Sat, 25 Jan 2025 10:57:53 -0600 Subject: [PATCH] merging latest changes --- layouts/ListLayoutWithTags.tsx | 1 - next-env.d.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/layouts/ListLayoutWithTags.tsx b/layouts/ListLayoutWithTags.tsx index 4d32e46..a7d21b5 100644 --- a/layouts/ListLayoutWithTags.tsx +++ b/layouts/ListLayoutWithTags.tsx @@ -1,4 +1,3 @@ -/* eslint-disable jsx-a11y/anchor-is-valid */ 'use client' import { usePathname } from 'next/navigation' diff --git a/next-env.d.ts b/next-env.d.ts index 40c3d68..1b3be08 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -2,4 +2,4 @@ /// // NOTE: This file should not be edited -// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information. +// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.