From b0c81d52588724b47210c3de150a1d6244ad9b29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9on=20Melein?= Date: Tue, 3 Sep 2024 12:25:21 +0200 Subject: [PATCH] fix capitalization --- src/Map.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Map.jsx b/src/Map.jsx index 739f7f3..24777aa 100644 --- a/src/Map.jsx +++ b/src/Map.jsx @@ -1,7 +1,7 @@ import { useRef, useEffect } from 'react'; import maplibregl from 'maplibre-gl'; import 'maplibre-gl/dist/maplibre-gl.css'; -import './map.css'; +import './Map.css'; import PropTypes from 'prop-types'; export default function Map({lng, lat}) {