Skip to content

Commit

Permalink
🚚 Rename: νŒ”λ‘œμž‰ νŽ˜μ΄μ§€ 경둜 following 으둜 λ³€κ²½
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-paik committed Dec 3, 2023
1 parent 9175433 commit 0103d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/AppRouter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const AppRouter = () => {
<Route index element={<ProfilePage theme={selectedTheme} />} />
<Route path='editProfile' element={<ProfileEditPage theme={selectedTheme} />} />
<Route path='follower' element={<FollowerListPage theme={selectedTheme} />} />
<Route path='follow' element={<FollowingListPage theme={selectedTheme} />} />
<Route path='following' element={<FollowingListPage theme={selectedTheme} />} />
</Route>

<Route path='/search' element={<SearchPage theme={selectedTheme} />} />
Expand Down

0 comments on commit 0103d59

Please sign in to comment.