diff --git a/src/App.js b/src/App.js index fc408f5..7e1ce33 100644 --- a/src/App.js +++ b/src/App.js @@ -1,6 +1,6 @@ import './App.scss'; import 'bootstrap/dist/css/bootstrap.min.css'; -import { Routes , Route, HashRouter } from 'react-router-dom'; +import { Routes , Route } from 'react-router-dom'; import Header from './components/Navbar'; import Home from './pages/Home'; import Contact from './pages/Contact'; diff --git a/src/components/Navbar/index.jsx b/src/components/Navbar/index.jsx index fc2336e..45c7545 100644 --- a/src/components/Navbar/index.jsx +++ b/src/components/Navbar/index.jsx @@ -3,7 +3,6 @@ import Nav from 'react-bootstrap/Nav'; import Navbar from 'react-bootstrap/Navbar'; const Header = () => { - const basePath = 'react-cgecko-api' return ( <>