Skip to content

Commit a8dc003

Browse files
committed
fix: cleanup code
1 parent e8aa94e commit a8dc003

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/GEOComp.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { useState, useEffect } from 'react';
1+
import { useState } from 'react';
22
import {
33
UICompBuilder,
44
NameConfig,
@@ -20,14 +20,13 @@ import styles from "./styles.module.css";
2020
import { i18nObjs, trans } from "./i18n/comps";
2121
import { Geo } from "./vendors";
2222
import { version } from '../package.json';
23-
import { animate, showPopup, getFeatures, setFeatures, clearFeatures } from './vendors/helpers'
23+
import { animate, showPopup, getFeatures, setFeatures, clearFeatures, deepMerge } from './vendors/helpers'
2424
import { useResizeDetector } from "react-resize-detector";
25-
// @ts-ignore
26-
import Notification from 'ol-ext/control/Notification'
2725
import { featureControl } from './FeaturesControl';
2826
import { geoContext } from './GEOContext';
29-
import { deepMerge } from './vendors/helpers/DeepMerge';
3027
import { layersControl } from './LayersControl';
28+
// @ts-ignore
29+
import Notification from 'ol-ext/control/Notification'
3130

3231
export const CompStyles = [
3332
{

0 commit comments

Comments
 (0)