Skip to content

Commit

Permalink
fix capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
leonmelein committed Sep 3, 2024
1 parent 9d1d00f commit b0c81d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Map.jsx
Original file line number Diff line number Diff line change
@@ -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}) {
Expand Down

0 comments on commit b0c81d5

Please sign in to comment.