5-4 - convert to next.js

This commit is contained in:
Charlotte Croce 2025-05-04 21:41:58 -04:00
parent 432a72b2f2
commit a23cb6f09c
32 changed files with 9050 additions and 371 deletions

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

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