checking cache control

This commit is contained in:
muerwre 2019-07-24 13:27:55 +07:00
parent 293376ce03
commit 2afa5c856d

5
custom.d.ts vendored
View file

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