2024-11-03 11:30:44 +01:00
|
|
|
/// <reference types="next" />
|
|
|
|
|
/// <reference types="next/image-types/global" />
|
2025-11-03 18:54:16 +01:00
|
|
|
import "./.next/dev/types/routes.d.ts";
|
2024-11-03 11:30:44 +01:00
|
|
|
|
|
|
|
|
// NOTE: This file should not be edited
|
2025-01-02 17:58:14 +01:00
|
|
|
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|