Skip to content

Commit

Permalink
chore: move import down (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo authored Oct 17, 2023
1 parent 92ed54e commit e2c3800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/handlers.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { AppComponents, Context } from '../types'
import { toLegacyTiles } from '../adapters/legacy-tiles'
import { cacheWrapper } from '../logic/cache-wrapper'
import { extractParams, getFilterFromUrl } from '../logic/filter-params'
import { isErrorWithMessage } from '../logic/error'
import { AppComponents, Context } from '../types'

export const createTilesRequestHandler = (
components: Pick<AppComponents, 'map'>
Expand Down

0 comments on commit e2c3800

Please sign in to comment.