checking cache control

This commit is contained in:
muerwre 2019-07-24 13:29:49 +07:00
parent 2afa5c856d
commit 745d4f89c7

5
custom.d.ts vendored
View file

@ -2,8 +2,3 @@ declare module "*.svg" {
const content: any; const content: any;
export default content; export default content;
} }
declare module "*.png" {
const content: any;
export default content;
}