feat(warehouse): add credit & edit & delete warehouse.

This commit is contained in:
elforjani13
2022-02-01 21:05:54 +02:00
committed by a.bouhuolia
parent 8be3f23d65
commit 28a1cdfa3e
19 changed files with 524 additions and 203 deletions

View File

@@ -0,0 +1,10 @@
import React from 'react';
const WarehouseDeleteAlert = React.lazy(() =>
import('../../Alerts/Warehouses/WarehouseDeleteAlert'),
);
/**
* Warehouses alerts.
*/
export default [{ name: 'warehouse-delete', component: WarehouseDeleteAlert }];