Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
tphamcs committed Aug 5, 2024
1 parent ff15f96 commit 6729aa6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
1 change: 0 additions & 1 deletion src/components/Navbar/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import Nav from 'react-bootstrap/Nav';
import Navbar from 'react-bootstrap/Navbar';

const Header = () => {
const basePath = 'react-cgecko-api'

return (
<>
Expand Down

0 comments on commit 6729aa6

Please sign in to comment.