Skip to content

Commit

Permalink
Prefer relative imports, relative to the directory of file
Browse files Browse the repository at this point in the history
  • Loading branch information
ravicodelabs authored Aug 1, 2024
1 parent 7eaad1f commit 6bedbb3
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 @@ -40,8 +40,8 @@ import Box from '@mui/material/Box';
import { resourceTypeSelector } from '../../selectors/filterMarkersSelectors';
import ResourceMenu from '../ResourceMenu/ResourceMenu';
import NavigationItem from './NavigationItem';
import useIsMobile from 'hooks/useIsMobile';
import selectFilteredResource from 'selectors/resourceSelectors';
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 6bedbb3

Please sign in to comment.