Skip to content

Commit

Permalink
fix: hooks folder location
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkEzz committed Jan 2, 2022
1 parent 76155e9 commit d9b9e17
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions js/src/pages/TrackingPage.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useMemo } from 'react';
import { Badge, Card, Col, Container, Row } from 'react-bootstrap';
import useLocation from '../../hooks/useLocation';
import useWebsocket from '../../hooks/useWebsocket';
import useLocation from '../hooks/useLocation';
import useWebsocket from '../hooks/useWebsocket';
import PolarView from '../components/UI/PolarView';
import TrackingForm from '../components/UI/TrackingForm';

Expand Down

0 comments on commit d9b9e17

Please sign in to comment.