Fixed imports styling

This commit is contained in:
2023-07-30 15:01:31 +03:00
parent 466977d457
commit 9eb30d2066
13 changed files with 12 additions and 6 deletions

View File

@ -1,4 +1,5 @@
import { LatLng } from 'leaflet'
import { OsmAddressResponse } from './types'
const initialOsmAddress = ''

View File

@ -1,6 +1,5 @@
import { isString } from 'react-bootstrap-typeahead/types/utils'
import { API_URL } from '../../config'
import { fallbackTo } from '../../utils/types'
import { fallbackTo, isString } from '../../utils/types'
import { Token, TokenResponse } from './types'
const composeTokenURL = () => (