Remove duplicate JPG type (#25054)

This commit is contained in:
Nick Schonning 2023-05-22 06:46:20 -04:00 committed by GitHub
parent 7d805cfa90
commit 23a4ecf444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -14,11 +14,6 @@ declare module '*.jpg' {
export default path;
}
declare module '*.jpg' {
const path: string;
export default path;
}
declare module '*.png' {
const path: string;
export default path;