This commit is contained in:
koh
2024-02-19 09:20:54 +07:00
commit 56f925190d
183 changed files with 19479 additions and 0 deletions

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

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