Fix errors while building

This commit is contained in:
jinhojang6 2020-06-10 23:25:09 +09:00
parent 3f8b26f2b8
commit 0ba1fc1ed9
1 changed files with 3 additions and 1 deletions

2
src/custom.d.ts vendored
View File

@ -2,3 +2,5 @@ declare module "*.svg" {
const content: string;
export default content;
}
declare module 'react-burger-menu'