5-30. nextJS

This commit is contained in:
Charlotte Croce 2025-05-30 20:50:25 -04:00
parent 432a72b2f2
commit 93f8c057b6
51 changed files with 8939 additions and 372 deletions

6
next-env.d.ts vendored Normal file
View file

@ -0,0 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference types="next/navigation-types/compat/navigation" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.