Skip to content

Commit

Permalink
Merge pull request #363 from oogali/fix-broken-imports
Browse files Browse the repository at this point in the history
Fix bad/missing imports
  • Loading branch information
oogali committed Aug 31, 2022
2 parents 291fb85 + 3192c85 commit 205d46e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 25 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
"@mui/styled-engine": "^5.8.7",
"@mui/styles": "^5.9.2",
"@octokit/rest": "^19.0.3",
"clsx": "^1.2.1",
"normalize.css": "^8.0.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.3",
Expand Down
2 changes: 1 addition & 1 deletion src/Components/CameraControl.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, {useEffect} from 'react'
import {useLocation} from 'react-router'
import {useLocation} from 'react-router-dom'
import useStore from '../store/useStore'
import debug from '../utils/debug'
import {assertDefined} from '../utils/assert'
Expand Down
24 changes: 0 additions & 24 deletions src/useGaTracker.js

This file was deleted.

0 comments on commit 205d46e

Please sign in to comment.