Skip to content

Commit

Permalink
Update mainComponent.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshpaliyal authored Dec 28, 2024
1 parent 4d521c3 commit ce83e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mainComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function DataComponent() {

return (
// <Shell>
<HashRouter basename="benchmarkify">
<HashRouter>
<Routes>
<Route path="/" element={<Shell />}>
<Route index element={<Page setRawInput={setRawInput} />} />
Expand Down

0 comments on commit ce83e7e

Please sign in to comment.