Skip to content

Commit 78fba0d

Browse files
Nagarjuna0033therajanmaurya
authored andcommitted
fix: check
1 parent bd6df97 commit 78fba0d

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

feature/auth/src/commonMain/kotlin/org/mifos/mobile/feature/auth/otpAuthentication/OtpAuthenticationNavigation.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import androidx.navigation.NavGraphBuilder
1616
import androidx.navigation.NavOptions
1717
import kotlinx.serialization.Serializable
1818
import org.mifos.mobile.core.ui.composableWithStayTransitions
19-
import org.mifos.mobile.feature.auth.status.EventType
2019

2120
@Serializable
2221
data object OtpAuthenticationRoute

feature/auth/src/commonMain/kotlin/org/mifos/mobile/feature/auth/otpAuthentication/OtpAuthenticationViewModel.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import mifos_mobile.feature.auth.generated.resources.feature_otp_required_error
2323
import org.jetbrains.compose.resources.StringResource
2424
import org.mifos.mobile.core.ui.utils.BaseViewModel
2525
import org.mifos.mobile.feature.auth.login.LoginRoute
26-
import org.mifos.mobile.feature.auth.status.EventType
2726

2827
internal class OtpAuthenticationViewModel : BaseViewModel<OtpAuthState, OtpAuthEvent, OtpAuthAction>(
2928
initialState = OtpAuthState(dialogState = null),

feature/auth/src/commonMain/kotlin/org/mifos/mobile/feature/auth/status/StatusNavigation.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import androidx.navigation.NavGraphBuilder
1616
import androidx.navigation.toRoute
1717
import kotlinx.serialization.Serializable
1818
import org.mifos.mobile.core.ui.composableWithStayTransitions
19+
import org.mifos.mobile.feature.auth.otpAuthentication.EventType
1920
import org.mifos.mobile.feature.auth.otpAuthentication.OtpAuthenticationRoute
2021

2122
@Serializable

0 commit comments

Comments
 (0)