Skip to content

Commit c75ef07

Browse files
committed
fix: build error
1 parent 2c17842 commit c75ef07

File tree

1 file changed

+1
-1
lines changed
  • apps/web/src/app/[locale]/(dashboard)/[wsId]/finance/invoices/[invoiceId]

1 file changed

+1
-1
lines changed

apps/web/src/app/[locale]/(dashboard)/[wsId]/finance/invoices/[invoiceId]/invoice-card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { Button } from '@tuturuuu/ui/button';
1010
import { ImageIcon, PrinterIcon } from '@tuturuuu/ui/icons';
1111
import { Separator } from '@tuturuuu/ui/separator';
1212
import dayjs from 'dayjs';
13-
import html2canvas from 'html2canvas';
13+
import html2canvas from 'html2canvas-pro';
1414
import { useTranslations } from 'next-intl';
1515
import { useCallback, useRef } from 'react';
1616

0 commit comments

Comments
 (0)