Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak committed Jan 8, 2024
1 parent 2735766 commit 2c38e88
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
Expand Up @@ -8,7 +8,6 @@ import _clone from 'lodash/clone'
import _findIndex from 'lodash/findIndex'
import _isEmpty from 'lodash/isEmpty'
import _omit from 'lodash/omit'
import _find from 'lodash/find'
import { Link } from 'react-router-dom'
import { FormattedMessage, injectIntl } from 'react-intl'
import { boundsWithinAllowedMaxDegrees }
Expand Down
1 change: 0 additions & 1 deletion src/components/ProjectDetail/ProjectDetail.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { FormattedMessage, FormattedDate, injectIntl }
from 'react-intl'
import _isObject from 'lodash/isObject'
import _get from 'lodash/get'
import _find from 'lodash/find'
import _filter from 'lodash/filter'
import parse from 'date-fns/parse'
import messages from './Messages'
Expand Down

0 comments on commit 2c38e88

Please sign in to comment.