Skip to content

Commit

Permalink
[feat] : #3 Routes Home, Search 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
1971123-seongmin committed Oct 24, 2024
1 parent 5168955 commit 17f90f2
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,10 @@ sealed interface Routes {
@Serializable
data class MyPageScreen(val email: String) : Routes

@Serializable
data object HomeScreen : Routes

@Serializable
data object SearchScreen : Routes

}

0 comments on commit 17f90f2

Please sign in to comment.