Skip to content

Commit

Permalink
Revert env.d.ts.
Browse files Browse the repository at this point in the history
  • Loading branch information
fwaalkens committed Sep 19, 2023
1 parent f3be72d commit 4593811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react-app-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ declare module "*.webp" {
declare module "*.svg" {
import * as React from "react"

export const ReactComponent: React.FunctionComponent<React.SVGProps<SVGSVGElement> & { title?: string; className?: string; }>
export const ReactComponent: React.FunctionComponent<React.SVGProps<SVGSVGElement> & { title?: string }>

const src: string
export default src
Expand Down

0 comments on commit 4593811

Please sign in to comment.