Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
miles-grant-ibigroup committed Apr 19, 2023
1 parent a78a5c0 commit 8afa564
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/components/form/batch-settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ import {
populateSettingWithValue
} from '@opentripplanner/trip-form'
import { connect } from 'react-redux'
import {
decodeQueryParams,
DelimitedArrayParam,
encodeQueryParams
} from 'use-query-params'
import { injectIntl, IntlShape } from 'react-intl'
import { Search } from '@styled-icons/fa-solid/Search'
import { SyncAlt } from '@styled-icons/fa-solid/SyncAlt'
Expand All @@ -16,11 +21,6 @@ import type {
ModeSettingValues
} from '@opentripplanner/types'

import {
decodeQueryParams,
DelimitedArrayParam,
encodeQueryParams
} from 'use-query-params'
import * as apiActions from '../../actions/api'
import * as formActions from '../../actions/form'
import { ComponentContext } from '../../util/contexts'
Expand Down

0 comments on commit 8afa564

Please sign in to comment.