Skip to content

Commit

Permalink
refactor(linting): try updating import manually
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-cline committed Dec 8, 2023
1 parent 1339dd4 commit f57131d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/manager/components/version/FeedVersionViewer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// @flow

import Icon from '@conveyal/woonerf/components/icon'
import numeral from 'numeral'
import React, { Component } from 'react'
import {
Col,
Expand All @@ -14,7 +15,6 @@ import {
Row
} from 'react-bootstrap'
import { LinkContainer } from 'react-router-bootstrap'
import numeral from 'numeral'

import * as versionsActions from '../../actions/versions'
import { getComponentMessages, isModuleEnabled } from '../../../common/util/config'
Expand Down

0 comments on commit f57131d

Please sign in to comment.