Skip to content

Commit

Permalink
FIXUP
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Jul 15, 2023
1 parent 5bc58b5 commit f60028c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import get from 'lodash/get';
import { ASSET_ENTRY_TYPE, ASSET_FILE_TYPE, ASSET_FILTERS, getFileType } from '@bundle-stats/utils';

export const addRowAssetFlags = (row) => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import uniq from 'lodash/uniq';
import get from 'lodash/get';
import { PACKAGE_FILTERS } from '@bundle-stats/utils';

// Get a list of duplicate packages across jobs
Expand Down

0 comments on commit f60028c

Please sign in to comment.