Add client

This commit is contained in:
2021-11-10 18:12:17 +01:00
commit 4faa5a53f7
14 changed files with 3176 additions and 0 deletions

6
src/client/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.