Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterBin committed Oct 29, 2024
1 parent f85c2d9 commit c1b8f37
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
package com.tangem.features.onboarding.v2.stepper.api

import androidx.annotation.IntRange
import androidx.compose.runtime.Stable
import com.tangem.core.decompose.factory.ComponentFactory
import com.tangem.core.ui.decompose.ComposableContentComponent
import com.tangem.core.ui.extensions.TextReference
import com.tangem.domain.models.scan.ScanResponse
import kotlinx.coroutines.flow.StateFlow

@Stable
interface OnboardingStepperComponent : ComposableContentComponent {
internal interface OnboardingStepperComponent : ComposableContentComponent {

data class StepperState(
@IntRange(from = 0) val currentStep: Int,
Expand Down

0 comments on commit c1b8f37

Please sign in to comment.