Skip to content

Commit

Permalink
Fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nayanmapara committed Jul 26, 2024
1 parent 85fe10a commit 73dc7a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { BrowserRouter } from 'react-router-dom';
import { BrowserRouter, useLocation, Route, Switch } from 'react-router-dom';

import { About, Contact, Experience, Feedbacks, Hero, Navbar, StarsCanvas, Tech, Works, useLocation } from './components';
import { About, Contact, Experience, Feedbacks, Hero, Navbar, StarsCanvas, Tech, Works } from './components';
import AddedContacts from './components/AddedContacts';

import CustomCursor from './components/CustomCursor';
Expand Down

0 comments on commit 73dc7a0

Please sign in to comment.