- Replaced hardcoded slate colors in Navbar.tsx with semantic theme colors (text-text, bg-background, etc.) to ensure the mobile menu respects the application theme (light/dark). - Fixed a duplicate variable declaration in AskAIDialog.tsx that was causing build failures. - Updated yarn.lock to match the packageManager version. Co-authored-by: cloud-neutral <4133689+cloud-neutral@users.noreply.github.com>
7 lines
247 B
TypeScript
7 lines
247 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/image-types/global" />
|
|
import "./.next/types/routes.d.ts";
|
|
|
|
// NOTE: This file should not be edited
|
|
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|