Skip to content

Commit

Permalink
Remove redundant constants file since it matches the other exactly.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandberger committed Nov 7, 2024
1 parent fb7bdb6 commit 1f031c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,12 @@ import {
Headline,
} from '@folio/stripes/components';

import { capabilitiesPropType } from '../constants';
import { capabilitiesPropType, columnWidths, visibleColumns } from '../constants';
import { ItemActionCheckbox } from '../ItemActionCheckbox';
import {
getColumnMapping,
getResultsFormatter,
} from '../utils';
import {
columnWidths,
visibleColumns,
} from './constants';

import css from '../style.css';

Expand Down
22 changes: 0 additions & 22 deletions lib/Capabilities/CapabilitiesSettings/constants.js

This file was deleted.

0 comments on commit 1f031c1

Please sign in to comment.