~cytrogen/masto-fe

23a4ecf444d92242234eb0c9c0a12bc21267685b — Nick Schonning 2 years ago 7d805cf
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;