fix: migrate from npm to pnpm

This commit is contained in:
Ahmed Bouhuolia
2023-09-29 15:54:47 +02:00
parent e5ffb5661a
commit 4e9b0ae24f
5 changed files with 5133 additions and 4262 deletions

View File

@@ -14,12 +14,11 @@ import classNames from 'classnames';
import NumberFormatDropdown from '@/components/NumberFormatDropdown';
import { safeInvoke } from '@blueprintjs/core/lib/esm/common/utils';
import { useARAgingSummaryContext } from './ARAgingSummaryProvider';
import withARAgingSummaryActions from './withARAgingSummaryActions';
import withARAgingSummary from './withARAgingSummary';
import { compose } from '@/utils';
import { compose, safeInvoke } from '@/utils';
/**
* A/R Aging summary sheet - Actions bar.