forked from fedi/mastodon
Remove duplicate JPG type (#25054)
This commit is contained in:
parent
7d805cfa90
commit
23a4ecf444
5
app/javascript/types/image.d.ts
vendored
5
app/javascript/types/image.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue