feat(warehouseTransfer): add create & delete transfer & details.

This commit is contained in:
elforjani13
2022-02-02 15:53:09 +02:00
committed by a.bouhuolia
parent 9089e3d120
commit d6b781a14c
21 changed files with 513 additions and 72 deletions

View File

@@ -5,7 +5,6 @@ import {
useEditWarehouse,
useWarehouse,
} from 'hooks/query';
import { useLocation } from 'react-router-dom';
const WarehouseFormContext = React.createContext();