aboutsummaryrefslogtreecommitdiff
path: root/apps/memory-graph-playground/next-env.d.ts
blob: c4b7818fbb2c2c34c24feb1b627ee824507c5600 (plain) (blame)
1
2
3
4
5
6
/// <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.