diff options
author | ilyayudovin <ilyayudovin123@gmail.com> | 2020-06-30 02:25:07 +0300 |
---|---|---|
committer | ilyayudovin <ilyayudovin123@gmail.com> | 2020-06-30 02:25:07 +0300 |
commit | be0a035e662e3b7c1b7c8d62abd16b0c7f37bca1 (patch) | |
tree | 3968694e3b21149e129f60a255b53c6f2dcff09f /src/components | |
parent | 952f8ae3183b062e3b46791c793891f64dc771d5 (diff) | |
download | which-ui-be0a035e662e3b7c1b7c8d62abd16b0c7f37bca1.tar.gz |
delete headers from axios request
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/UploadImage/UploadImage.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/UploadImage/UploadImage.tsx b/src/components/UploadImage/UploadImage.tsx index d005830..f5e680d 100644 --- a/src/components/UploadImage/UploadImage.tsx +++ b/src/components/UploadImage/UploadImage.tsx @@ -6,7 +6,7 @@ import DialogActions from '@material-ui/core/DialogActions'; import DialogContent from '@material-ui/core/DialogContent'; import DialogContentText from '@material-ui/core/DialogContentText'; import DialogTitle from '@material-ui/core/DialogTitle'; -import get from '../../../node_modules/axios'; +import get from 'axios'; interface PropTypes { isOpen: boolean; |