Skip to content

Commit 503da99

Browse files
re-gen again
1 parent d63afe9 commit 503da99

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

android/app/src/main/java/com/emergetools/hackernews/features/comments/CommentsRouting.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ import com.emergetools.hackernews.userStorage
1313
import com.emergetools.hackernews.webClient
1414
import kotlinx.serialization.Serializable
1515

16+
/**
17+
* Destinations related to the comments feature.
18+
*/
1619
sealed interface CommentsDestinations {
1720
@Serializable
1821
data class Comments(val storyId: Long) : CommentsDestinations

0 commit comments

Comments
 (0)