Initial commit from Create Next App

This commit is contained in:
Diego Valdez 2023-05-26 09:10:42 -06:00
commit 9a88d6e746
15 changed files with 7417 additions and 0 deletions

3
.eslintrc.json Normal file
View file

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