Skip to content

Commit

Permalink
Temp
Browse files Browse the repository at this point in the history
  • Loading branch information
thundersp committed Oct 26, 2024
1 parent 7f38d55 commit f5c867e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function App() {
<BrowserRouter>
<Routes>
<Route path="/" element={<HomePage/>}></Route>
{/* <Route path="/register" element={<ChatbotPage/>}></Route> */}
<Route path="/register" element={<ChatbotPage/>}></Route>
</Routes>
</BrowserRouter>
<div className="Back blur-md">
Expand Down

0 comments on commit f5c867e

Please sign in to comment.