Skip to content

Commit

Permalink
Merge branch 'release/10.6.13'
Browse files Browse the repository at this point in the history
  • Loading branch information
groberts314 committed Jul 25, 2023
2 parents 8daf435 + d273a8b commit b32e286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dataDisplay/image/image.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import React from 'react';
import {
UI_CLASS_NAME,
} from '../../global/constants';
import colorStyles from '../../styles/colorExports.scss';
import colorStyles from '../../styles/colorExports'; // eslint-disable-line import/extensions, import/no-unresolved
import Icon from '../icon';
import Utils from '../../utils/utils';

Expand Down

0 comments on commit b32e286

Please sign in to comment.