Remove duplicate JPG type (#25054)

lolsob-rspec
Nick Schonning 2023-05-22 06:46:20 -04:00 committed by GitHub
parent 9a02b3b350
commit 26cdb19dc6
1 changed files with 0 additions and 5 deletions

View File

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