From 0ba1fc1ed90c900b6d416220c1af83c5498acb67 Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Wed, 10 Jun 2020 23:25:09 +0900 Subject: [PATCH] Fix errors while building --- src/custom.d.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/custom.d.ts b/src/custom.d.ts index 6693335..b9b27a2 100644 --- a/src/custom.d.ts +++ b/src/custom.d.ts @@ -1,4 +1,6 @@ declare module "*.svg" { const content: string; export default content; -} \ No newline at end of file +} + +declare module 'react-burger-menu' \ No newline at end of file