feat: wip invoice customize

This commit is contained in:
Ahmed Bouhuolia
2024-09-08 17:34:19 +02:00
parent e6bad27771
commit f5e9485a12
15 changed files with 287 additions and 36 deletions

View File

@@ -1,7 +1,6 @@
// @ts-nocheck
import React from 'react';
import * as R from 'ramda';
import { Drawer, DrawerSuspense } from '@/components';
import withDrawers from '@/containers/Drawer/withDrawers';
@@ -25,6 +24,7 @@ function InvoiceCustomizeDrawerRoot({
name={name}
size={'100%'}
>
<DrawerSuspense>
<InvoiceCustomizeContent />
</DrawerSuspense>