RollingPaperTeam / rolling-papaer-web

Apache License 2.0
1 stars 1 forks source link

post/{id}/message 페이지로 이동하지 않는 문제 #96

Closed nakyoung98 closed 8 months ago

nakyoung98 commented 8 months ago

문제

원인

기존

수정

<Route path=":id">
  <Route index  element={<RollingPaperPage />}/>
  <Route path="edit" element={<RollingPaperPage />} />
  <Route path="message" element={<InputMessageContentPage />} />