fix: rename dashboard routes.

This commit is contained in:
elforjani3
2021-01-17 20:47:26 +02:00
parent c843a28d30
commit c7b81b1998
17 changed files with 69 additions and 77 deletions

View File

@@ -11,7 +11,7 @@ import withCurrenciesActions from 'containers/Currencies/withCurrenciesActions';
import { compose } from 'utils';
function Vendor({
function VendorFormPage({
// #withVendorActions
requestFetchVendorsTable,
requsetFetchVendor,
@@ -65,4 +65,4 @@ function Vendor({
);
}
export default compose(withCurrenciesActions, withVendorActions)(Vendor);
export default compose(withCurrenciesActions, withVendorActions)(VendorFormPage);