Remove duplicate JPG type (#25054)

local
Nick Schonning 1 year ago committed by GitHub
parent 7d805cfa90
commit 23a4ecf444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      app/javascript/types/image.d.ts

@ -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…
Cancel
Save