Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
♻️ :: 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Tmdhoon2 committed Nov 16, 2023
1 parent ae9b848 commit 326cf68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sealed class NavigationRoute(val route: String) {
const val Feed = "feed"
const val FeedDetails = "feedDetails"
const val Report = "report"
const val CreatePost = "createPosts}"
const val CreatePost = "createPosts"
const val Recommend = "recommend"
const val MyPage = "myPage"
const val CreateDiary = "createDiary"
Expand Down

0 comments on commit 326cf68

Please sign in to comment.