Skip to content

Commit

Permalink
chore: Update path.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreeaceachir142 committed Jan 13, 2025
1 parent 685b492 commit 78f967e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import ViewModeSwitch from './ViewModeSwitch/ViewModeSwitch';
import { useIsDesktop } from '../../../hooks/useIsDesktop';
import isNullOrUndefined from '../../../../../map-template/src/helpers/isNullOrUndefined';
import { useRecoilValue } from 'recoil';
import miTransitionLevelState from '../../../../../../packages/map-template/src/atoms/miTransitionLevelState'
import miTransitionLevelState from '../../../../../map-template/src/atoms/miTransitionLevelState';

MapboxMap.propTypes = {
accessToken: PropTypes.string.isRequired,
Expand Down

0 comments on commit 78f967e

Please sign in to comment.