Skip to content

Commit

Permalink
same as before
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeshau committed Nov 11, 2024
1 parent b388716 commit 1bfd597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import NotFoundPage from "./pages/NotFoundPage";

import "./styles.css";
import {
BrowserRouter as Router,
HashRouter as Router,
Route,
Routes,
Link,
Expand All @@ -18,7 +18,7 @@ import { ConnectButton } from "@rainbow-me/rainbowkit";

const App = () => {
return (
<Router basename="/">
<Router>
<div>
<Routes>
<Route path="/" element={<MainPage />} />
Expand Down

0 comments on commit 1bfd597

Please sign in to comment.