This commit is contained in:
Kainoa Kanter 2022-03-04 16:51:09 -08:00
parent bde189656d
commit 2f221d3fe0
2 changed files with 2 additions and 3 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
config.json
**/yarn.lock
**/yarn-error.log
node_modules

View File

@ -7,9 +7,7 @@ import {
FileAddOutlined,
GithubOutlined
} from '@ant-design/icons-svg';
import {
renderIconDefinitionToSVGElement
} from '@ant-design/icons-svg/es/helpers';
import { renderIconDefinitionToSVGElement } from '@ant-design/icons-svg/es/helpers';
window.$ = window.jQuery = jquery;