2023-05-19 12:33:56 -04:00
|
|
|
/// <reference types="next" />
|
|
|
|
|
/// <reference types="next/image-types/global" />
|
2025-12-05 10:16:33 -05:00
|
|
|
import "./.next/types/routes.d.ts";
|
2023-05-19 12:33:56 -04:00
|
|
|
|
|
|
|
|
// NOTE: This file should not be edited
|
2025-03-04 18:00:14 -08:00
|
|
|
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|