mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
fix: resolved eslint errors
This commit is contained in:
parent
287ef7527d
commit
d325dd7493
33 changed files with 643 additions and 584 deletions
5
app/env.d.ts
vendored
Normal file
5
app/env.d.ts
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
declare module '*.svg' {
|
||||
import React from 'react'
|
||||
const content: React.FC<React.SVGProps<SVGElement>>
|
||||
export default content
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue