Skip to content

Commit 556841e

Browse files
committed
[fix broken urls]
1 parent e44564c commit 556841e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Router/MainRouter.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ const Main = (props) => {
1010
return (
1111
<BrowserRouter>
1212
<Routes>
13-
<Route path="/" element={<MainPage />} />
14-
<Route path="/code-generator" element={<InteractiveCode />} />
13+
{/* <Route path="/" element={<MainPage />} /> */}
14+
<Route path="/" element={<InteractiveCode />} />
1515
<Route path="/lab" element={<Lab/>} />
1616
<Route path="/api" element={<Api />}>
1717
<Route path="dropzone" element={<DropzoneApi />} />

0 commit comments

Comments
 (0)