Skip to content

Commit

Permalink
Merge pull request #4480 from relative-ci/fix-packages-treemap
Browse files Browse the repository at this point in the history
fix(ui): BundlePackages - add missing import
  • Loading branch information
vio authored May 24, 2024
2 parents 64faa01 + 549238e commit 867413a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useCallback, useMemo } from 'react';
import PropTypes from 'prop-types';
import cx from 'classnames';
import { escapeRegExp } from 'lodash/escapeRegExp';
import escapeRegExp from 'lodash/escapeRegExp';
import { COMPONENT, PACKAGE_FILTERS, PACKAGES_SEPARATOR, SECTIONS } from '@bundle-stats/utils';

import config from '../../config.json';
Expand Down

0 comments on commit 867413a

Please sign in to comment.