add lint js
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import React, {FC} from "react";
|
||||
import React, {FC} from "react"
|
||||
|
||||
const Img: FC<{src: string, alt: string, width: string}> = ({src, alt, width, ...props}) => {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user