merging latest changes

This commit is contained in:
jblu 2025-01-25 10:57:53 -06:00
parent 6bfe06f65c
commit a1a3e21266
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
/* eslint-disable jsx-a11y/anchor-is-valid */
'use client' 'use client'
import { usePathname } from 'next/navigation' import { usePathname } from 'next/navigation'

2
next-env.d.ts vendored
View File

@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" /> /// <reference types="next/image-types/global" />
// NOTE: This file should not be edited // 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.