Skip to content

Commit 879fbc4

Browse files
committed
chore: App.tsx 병합 오류 개선
1 parent 195c85f commit 879fbc4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/App.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,8 @@ const App = () => {
106106
<Route path="/" element={<Home />} />
107107
<Route path="/select-info" element={<SelectInfo />} />
108108
<Route path="/chat" element={<Chat />} />
109-
<Route
110-
path="/chat-recommend/:virtualFriendId"
111-
element={<ChatRecommend />}
112-
/>
113-
<Route path="/chat-tips/:virtualFriendId" element={<ChatTips />} />
109+
<Route path="/chat-recommend/:mbti" element={<ChatRecommend />} />
110+
<Route path="/chat-tips/:mbti" element={<ChatTips />} />
114111
<Route
115112
path="/chat-temporature/:conversationId"
116113
element={<ChatTemperature />}

0 commit comments

Comments
 (0)