Skip to content

Commit

Permalink
debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramin Farhadi authored and Ramin Farhadi committed Jul 1, 2024
1 parent fb11878 commit 227076a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const router = createBrowserRouter([

ReactDOM.createRoot(document.getElementById('root')!).render(
<React.StrictMode>
<RouterProvider router={router} />
{/* <RouterProvider router={router} /> */}
<App />
</React.StrictMode>
)

0 comments on commit 227076a

Please sign in to comment.