structure

This commit is contained in:
Timur Ercan
2022-11-24 20:30:22 +01:00
parent c382e1b04e
commit ffebefbcd0
98 changed files with 7779 additions and 0 deletions

3
apps/web/.eslintrc.json Normal file
View File

@ -0,0 +1,3 @@
{
"extends": "next/core-web-vitals"
}