Skip to content

Commit

Permalink
Cleanup imports
Browse files Browse the repository at this point in the history
  • Loading branch information
damienallen committed May 26, 2024
1 parent 2a0486c commit 6f92342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/components/MapCanvas.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import 'maplibre-gl/dist/maplibre-gl.css'

import { FeatureProperties, useStores } from '../stores'
import { useEffect, useRef, useState } from 'react'
import { useEffect, useRef } from 'react'

import { createUseStyles } from 'react-jss'
import { extent } from 'geojson-bounds'
import maplibregl from 'maplibre-gl'
import { observer } from 'mobx-react'
import { slugify } from '../utils'
import { useNavigate } from 'react-router-dom'
import { useStores } from '../stores'

const useStyles = createUseStyles({
map: {
Expand Down

0 comments on commit 6f92342

Please sign in to comment.