Skip to content

Commit

Permalink
[bug]: chat-list WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
VictoryJu committed Aug 29, 2024
1 parent ab0f9a3 commit e88c4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/RootRouter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const RootRouter = () => {
const router = createBrowserRouter(
createRoutesFromElements(
<Route path="/" element={<RootLayout />}>
<Route path="chat-list" element={<VersionPage />} />
<Route path="chat-list" element={<RootLayout />} />
<Route path="reservation" element={<ReservationIndexPage />} />
<Route path="chat-list/:chatRoomId" element={<ChatRoomPage />} />
<Route
Expand Down

0 comments on commit e88c4c0

Please sign in to comment.