Skip to content

Commit

Permalink
[CHORE/#14] repackaging OnboardingState
Browse files Browse the repository at this point in the history
  • Loading branch information
chattymin committed Jul 24, 2024
1 parent a0fe5e4 commit 3ec33bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package com.kkkk.presentation.main.onboarding.onbarding

enum class OnboardingState {
START,
MEASURE,
END,
DONE
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,3 @@ class OnboardingViewModel @Inject constructor(
_state.value = newState
}
}

enum class OnboardingState {
START,
MEASURE,
END,
DONE
}

0 comments on commit 3ec33bf

Please sign in to comment.