Skip to content

Commit

Permalink
Merge pull request #177 from CityofToronto/i0176-css-fix
Browse files Browse the repository at this point in the history
Include Maplibre CSS file
  • Loading branch information
Nate-Wessel authored Jan 9, 2025
2 parents 4d3bbba + 22479f6 commit 9ef6f96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/Map/index.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Map as MapGL, useMap, Source, Layer } from 'react-map-gl/maplibre'
import "maplibre-gl/dist/maplibre-gl.css"
import { useContext, useState, useEffect } from 'react'
import { DataContext } from '../Layout'
import { domain } from '../domain.js'
Expand Down

0 comments on commit 9ef6f96

Please sign in to comment.