mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
feat: receipt drawer.
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
import React from 'react';
|
||||
import EstimateDrawer from 'containers/Sales/Estimate/EstimateDrawer';
|
||||
import InvoiceDrawer from 'containers/Sales/Invoice/InvoiceDrawer';
|
||||
import ReceiptDrawer from 'containers/Sales/Receipt/ReceiptDrawer';
|
||||
|
||||
export default function DrawersContainer() {
|
||||
return (
|
||||
<div>
|
||||
<EstimateDrawer name={'estimate-drawer'} />
|
||||
<InvoiceDrawer name={'invoice-drawer'} />
|
||||
<ReceiptDrawer name={'receipt-drawer'} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user