From 6729aa65609628661ed7b1f3a853c2ff841633d9 Mon Sep 17 00:00:00 2001 From: Thanh Pham Date: Mon, 5 Aug 2024 11:18:51 -0400 Subject: [PATCH] fix path --- src/App.js | 2 +- src/components/Navbar/index.jsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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 ( <>