2
0

Init project

This commit is contained in:
Baptiste Arnaud
2021-11-19 10:15:13 +01:00
commit 6fe9807fbe
11 changed files with 5454 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.