Skip to content

Commit 9608b29

Browse files
committed
Router fix
1 parent 42efb4b commit 9608b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import GraphsVisualiser from "./components/GraphsVisualiser";
1313

1414
function App() {
1515
return (
16-
<BrowserRouter basename={'bkprograms.github.io/'}>
16+
<BrowserRouter>
1717
<Navbar/>
1818
<br/>
1919
<Routes>

0 commit comments

Comments
 (0)