Skip to content

Commit 17dd187

Browse files
committed
visualizer: fixing react import
1 parent 1ad1b0c commit 17dd187

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/lib/components/GeospatialMetadataVisualizer.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* under the terms of the MIT License; see LICENSE file for more details.
77
*/
88

9+
import React from 'react';
10+
911
import _ from 'lodash';
1012
import PropTypes from 'prop-types';
1113

src/lib/components/InteractiveMap.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
* under the terms of the MIT License; see LICENSE file for more details.
77
*/
88

9+
import React from 'react';
10+
import { useEffect, useRef } from 'react';
11+
912
import _ from 'lodash';
1013

1114
import PropTypes from 'prop-types';
1215

13-
import React from 'react';
14-
import { useEffect, useRef } from 'react';
15-
1616
import L from 'leaflet';
1717
import { useLeafletContext } from '@react-leaflet/core';
1818

0 commit comments

Comments
 (0)