feat: addd manual entry option and wizard first step
This commit is contained in:
parent
d435f24105
commit
c31005d6ef
7 changed files with 341 additions and 4 deletions
|
|
@ -1,3 +1,5 @@
|
|||
import Wizard from '../Wizard'
|
||||
|
||||
import CustomerDetails from './CustomerDetails'
|
||||
import CustomerSidebar from './CustomerSidebar'
|
||||
import EditableCard from './EditableCard'
|
||||
|
|
@ -11,5 +13,6 @@ export {
|
|||
TransactionsList,
|
||||
CustomerSidebar,
|
||||
Field,
|
||||
EditableCard
|
||||
EditableCard,
|
||||
Wizard
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue