Skip to content

Commit 9438f58

Browse files
Update App.js
1 parent 60621f4 commit 9438f58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

giftlink-frontend/src/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react';
2-
import { Routes, Route, useNavigate } from 'react-router-dom';
2+
import { Routes, Route } from 'react-router-dom';
33
import MainPage from './components/MainPage/MainPage';
44
import 'bootstrap/dist/css/bootstrap.min.css';
55
import './App.css';
@@ -10,7 +10,7 @@ import SearchPage from './components/SearchPage/SearchPage';
1010
import Profile from './components/Profile/Profile';
1111

1212
function App() {
13-
const navigate = useNavigate();
13+
1414
return (
1515
<>
1616
<Navbar/>

0 commit comments

Comments
 (0)