Skip to content

Commit

Permalink
Remove improper import
Browse files Browse the repository at this point in the history
  • Loading branch information
oo-bldrs committed Sep 15, 2022
1 parent ee29ef4 commit 8b2426a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Share.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, {useEffect, useRef, useState} from 'react'
// eslint-disable-next-line no-unused-vars
import {NavigateFunction, useNavigate, useParams} from 'react-router-dom'
import {useNavigate, useParams} from 'react-router-dom'
import {ThemeProvider} from '@mui/material/styles'
import CssBaseline from '@mui/material/CssBaseline'
import CadView from './Containers/CadView'
Expand Down

0 comments on commit 8b2426a

Please sign in to comment.