misc: fix compiler error

This commit is contained in:
2026-04-15 17:53:48 -04:00
Unverified
parent 25ff26b341
commit a630655a0a
2 changed files with 7 additions and 1 deletions

6
.eslintrc.json Normal file
View File

@@ -0,0 +1,6 @@
{
"extends": [
"next/core-web-vitals",
"next/typescript"
]
}