Remove duplicate JPG type (#25054)
parent
7d805cfa90
commit
23a4ecf444
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue