Remove duplicate JPG type (#25054)
1 files changed, 0 insertions(+), 5 deletions(-) M app/javascript/types/image.d.ts
M app/javascript/types/image.d.ts => app/javascript/types/image.d.ts +0 -5
@@ 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;