chore: removing an unnecessary import (#440)

This commit is contained in:
Deborah Kaplan
2024-08-29 09:00:08 -04:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

2
package-lock.json generated
View File

@@ -27,7 +27,6 @@
"@redux-devtools/extension": "3.3.0",
"@reduxjs/toolkit": "^1.6.1",
"@testing-library/user-event": "^13.5.0",
"axios": "^0.28.0",
"classnames": "^2.3.1",
"core-js": "3.38.0",
"dompurify": "^2.3.1",
@@ -6762,6 +6761,7 @@
"version": "0.28.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.28.1.tgz",
"integrity": "sha512-iUcGA5a7p0mVb4Gm/sy+FSECNkPFT4y7wt6OM/CDpO/OnNCvSs3PoMG8ibrC9jRoGYU0gUK5pXVC4NPXq6lHRQ==",
"peer": true,
"dependencies": {
"follow-redirects": "^1.15.0",
"form-data": "^4.0.0",

View File

@@ -44,7 +44,6 @@
"@redux-devtools/extension": "3.3.0",
"@reduxjs/toolkit": "^1.6.1",
"@testing-library/user-event": "^13.5.0",
"axios": "^0.28.0",
"classnames": "^2.3.1",
"core-js": "3.38.0",
"dompurify": "^2.3.1",