- Fix Sign In button visibility by changing from outline to secondary variant - Convert homepage from createElement to JSX syntax for better readability - Add Playground page (/playground) showcasing all UI components - Add Playground link to header navigation - Comprehensive component examples with all variants, sizes, and states - Interactive demos for progress bars and tabs - Replace footer anchor tags with buttons for accessibility 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
6 lines
247 B
TypeScript
6 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.
|