Initial commit from Create Next App

This commit is contained in:
Elliot DeNolf
2024-02-27 14:10:20 -05:00
commit d61f49ba45
14 changed files with 4746 additions and 0 deletions

3
.eslintrc.json Normal file
View File

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