mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-23 08:10:32 +00:00
feat(warehouseTransfer): add warehouseTransfer.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
import React from 'react';
|
||||
import { CommercialDocBox } from 'components';
|
||||
|
||||
import WarehouseTransferDetailHeader from './WarehouseTransferDetailHeader';
|
||||
import WarehouseTransferDetailTable from './WarehouseTransferDetailTable';
|
||||
|
||||
/**
|
||||
* Warehouse transfer details panel.
|
||||
*/
|
||||
export default function WarehouseTransferDetailPanel() {
|
||||
return (
|
||||
<CommercialDocBox>
|
||||
<WarehouseTransferDetailHeader />
|
||||
<WarehouseTransferDetailTable />
|
||||
</CommercialDocBox>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user