Change svg inlining

This commit is contained in:
schmelczerandras 2020-11-18 21:17:42 +01:00
parent e8177c9c0a
commit df959ad304
11 changed files with 112 additions and 46 deletions

3
custom.d.ts vendored
View file

@ -1,6 +1,5 @@
declare module '*.svg' {
import { url } from 'src/types/url';
const content: url;
const content: string;
export default content;
}