b97d20c1fc
- Changed style in components.json from "new-york" to "radix-mira" and updated baseColor to "mist". - Added new properties: iconLibrary, rtl, menuColor, menuAccent, and registries in components.json. - Updated next-env.d.ts to import routes from the correct path. - Added new dependencies: @base-ui/react, @icons-pack/react-simple-icons, @lucide/lab, and updated existing ones. - Enhanced PDFViewer component in CVPage with client-side rendering. - Modified Tabs component in CVPage for better layout. - Added slidesUrl handling in ProjectsPage for displaying presentation links. - Refactored Avatar component to use Radix UI and added AvatarBadge and AvatarGroup components. - Refactored Breadcrumb component for better structure and readability. - Refactored DropdownMenu component to use Radix UI and improved accessibility. - Updated Skeleton component for better styling. - Added slidesUrl property to Project interface and updated project data. - Added new images and PDF files for F1 Halo removal project.
7 lines
251 B
TypeScript
7 lines
251 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/image-types/global" />
|
|
import "./.next/dev/types/routes.d.ts";
|
|
|
|
// NOTE: This file should not be edited
|
|
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|