Skip to content

Commit

Permalink
Merge branch 'develop' into Ravi/issue-422-refactor-choose-resource-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ravicodelabs committed Aug 6, 2024
2 parents 3134a0f + 9f5c697 commit 0638dd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Toolbar/Toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ import Box from '@mui/material/Box';
import ChooseResource from '../ChooseResourceType/ChooseResourceType';

import NavigationItem from './NavigationItem';
import useIsMobile from 'hooks/useIsMobile';
import selectFilteredResource from '../../selectors/waterSelectors';
import useIsMobile from '../../hooks/useIsMobile';
import selectFilteredResource from '../../selectors/resourceSelectors';

// Actual Magic: https://stackoverflow.com/a/41337005
// Distance calculates the distance between two lat/lon pairs
Expand Down

0 comments on commit 0638dd6

Please sign in to comment.