We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad1b0c commit 17dd187Copy full SHA for 17dd187
src/lib/components/GeospatialMetadataVisualizer.js
@@ -6,6 +6,8 @@
6
* under the terms of the MIT License; see LICENSE file for more details.
7
*/
8
9
+import React from 'react';
10
+
11
import _ from 'lodash';
12
import PropTypes from 'prop-types';
13
src/lib/components/InteractiveMap.js
@@ -6,13 +6,13 @@
+import { useEffect, useRef } from 'react';
14
15
-import React from 'react';
-import { useEffect, useRef } from 'react';
-
16
import L from 'leaflet';
17
import { useLeafletContext } from '@react-leaflet/core';
18
0 commit comments