Skip to content

Commit

Permalink
refactor/253 todo 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
mangbaam committed Dec 31, 2024
1 parent eb2e04c commit a5c5217
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.nexters.boolti.presentation.screen

sealed class MainDestination(val route: String) {
// TODO 브릿지 작업 머지 후 작업
data object ShowRegistration : MainDestination(route = "webView")
}

0 comments on commit a5c5217

Please sign in to comment.