LenDoc 1 year ago
parent
commit
aab5b9d9da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/createAndEditPost/CreateAndEditPost.js

+ 1 - 1
src/pages/createAndEditPost/CreateAndEditPost.js

@@ -12,7 +12,7 @@ import {
   Basic,
   SortableContainer,
   SortableItem,
-} from '../../components/Dropzone'
+} from '../../components/DropZone'
 import { arrayMoveImmutable } from 'array-move'
 import { Row, Col } from 'antd'
 import { history } from '../../helpers'