diff --git a/client/app/components/Manager/EditProduct/index.js b/client/app/components/Manager/EditProduct/index.js index 1582266f..94f71241 100644 --- a/client/app/components/Manager/EditProduct/index.js +++ b/client/app/components/Manager/EditProduct/index.js @@ -4,11 +4,9 @@ * */ -import React from 'react'; - +import React from 'react'; import { Link } from 'react-router-dom'; import { Row, Col } from 'reactstrap'; - import { ROLES } from '../../../constants'; import Input from '../../Common/Input'; import Switch from '../../Common/Switch'; @@ -48,6 +46,7 @@ const EditProduct = props => {