Skip to content

Commit

Permalink
EDSC-3886: reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rushgeo committed Nov 13, 2023
1 parent d4df1b8 commit 3280e1f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import Enzyme, { shallow } from 'enzyme'
import Adapter from '@wojtekmaj/enzyme-adapter-react-17'
import {
FaClock,
FaCubes,
FaFileAlt,
FaGlobe,
FaSlidersH,
FaTags,
FaCubes
FaTags
} from 'react-icons/fa'

import { collectionListItemProps } from './mocks'
Expand Down

0 comments on commit 3280e1f

Please sign in to comment.