From 745d4f89c7dcb46f4768dfacfcb24ff72f444b12 Mon Sep 17 00:00:00 2001 From: muerwre Date: Wed, 24 Jul 2019 13:29:49 +0700 Subject: [PATCH] checking cache control --- custom.d.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/custom.d.ts b/custom.d.ts index 6a0db57..1a3dd3c 100644 --- a/custom.d.ts +++ b/custom.d.ts @@ -2,8 +2,3 @@ declare module "*.svg" { const content: any; export default content; } - -declare module "*.png" { - const content: any; - export default content; -}