Skip to content

Commit

Permalink
Merge pull request #147 from rvdkooy/use_compiled_version_of_mapbox
Browse files Browse the repository at this point in the history
fix: using dist version of mapbox gl css
  • Loading branch information
yulinscottkang authored Mar 16, 2023
2 parents 68e5613 + 492445a commit ac2df28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AzureMap/AzureMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { IAzureMap, IAzureMapsContextProps, MapType } from '../../types'
import { AzureMapsContext } from '../../contexts/AzureMapContext'
import { Guid } from 'guid-typescript'
import 'azure-maps-control/dist/atlas.min.css'
import 'mapbox-gl/src/css/mapbox-gl.css'
import 'mapbox-gl/dist/mapbox-gl.css'
import { useCheckRef } from '../../hooks/useCheckRef'
import { createImageSprites } from './useCreateSprites'
import { createMapControls, createMapCustomControls } from './useCreateMapControls'
Expand Down

0 comments on commit ac2df28

Please sign in to comment.