Skip to content

Commit

Permalink
fix: update imports for new utils and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mholthausen committed Mar 14, 2024
1 parent 161b708 commit d98b639
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ import ModifyButton from '@terrestris/react-geo/dist/Button/ModifyButton/ModifyB
import SimpleButton from '@terrestris/react-geo/dist/Button/SimpleButton/SimpleButton';
import ToggleGroup from '@terrestris/react-geo/dist/Button/ToggleGroup/ToggleGroup';

import {
useMap
} from '@terrestris/react-geo/dist/Hook/useMap';
import Toolbar, { ToolbarProps } from '@terrestris/react-geo/dist/Toolbar/Toolbar';

import {
useMap
} from '@terrestris/react-util';
import {
DigitizeUtil
} from '@terrestris/react-geo/dist/Util/DigitizeUtil';
} from '@terrestris/react-util/dist/Util/DigitizeUtil';

import useAppDispatch from '../../../hooks/useAppDispatch';
import useAppSelector from '../../../hooks/useAppSelector';
Expand Down
2 changes: 1 addition & 1 deletion src/components/ImageUpload/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import {
useTranslation
} from 'react-i18next';

import { useAsyncEffect } from '@terrestris/react-util/dist/hooks/useAsyncEffect/useAsyncEffect';
import { useAsyncEffect } from '@terrestris/react-util/dist/Hooks/useAsyncEffect/useAsyncEffect';

import ShogunFile from '@terrestris/shogun-util/dist/model/File';
import {
Expand Down
1 change: 0 additions & 1 deletion src/index.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import '~antd/dist/antd.variable.min.css';
@import '~ol/ol.css';
@import '~normalize.css/normalize.css';

Expand Down

0 comments on commit d98b639

Please sign in to comment.