fix: resolved eslint errors

This commit is contained in:
0xJacky 2023-11-29 13:56:40 +08:00
parent 287ef7527d
commit d325dd7493
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0
33 changed files with 643 additions and 584 deletions

5
app/env.d.ts vendored Normal file
View file

@ -0,0 +1,5 @@
declare module '*.svg' {
import React from 'react'
const content: React.FC<React.SVGProps<SVGElement>>
export default content
}