Skip to content
Snippets Groups Projects
Unverified Commit 23a4ecf4 authored by Nick Schonning's avatar Nick Schonning Committed by GitHub
Browse files

Remove duplicate JPG type (#25054)

parent 7d805cfa
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment