@@ -13,20 +13,20 @@ import com.threegap.bitnagil.presentation.screen.login.LoginScreenContainer
1313import com.threegap.bitnagil.presentation.screen.onboarding.OnBoardingScreenContainer
1414import com.threegap.bitnagil.presentation.screen.onboarding.OnBoardingViewModel
1515import com.threegap.bitnagil.presentation.screen.onboarding.model.navarg.OnBoardingScreenArg
16- import com.threegap.bitnagil.presentation.screen.reportwrite.ReportScreenContainer
1716import com.threegap.bitnagil.presentation.screen.reportdetail.ReportDetailScreenContainer
1817import com.threegap.bitnagil.presentation.screen.reportdetail.ReportDetailViewModel
1918import com.threegap.bitnagil.presentation.screen.reportdetail.model.navarg.ReportDetailScreenArg
2019import com.threegap.bitnagil.presentation.screen.reporthistory.ReportHistoryScreenContainer
20+ import com.threegap.bitnagil.presentation.screen.reportwrite.ReportScreenContainer
2121import com.threegap.bitnagil.presentation.screen.routinelist.RoutineListScreenContainer
22+ import com.threegap.bitnagil.presentation.screen.routinewrite.WriteRoutineScreenContainer
23+ import com.threegap.bitnagil.presentation.screen.routinewrite.WriteRoutineViewModel
24+ import com.threegap.bitnagil.presentation.screen.routinewrite.model.navarg.WriteRoutineScreenArg
2225import com.threegap.bitnagil.presentation.screen.setting.SettingScreenContainer
2326import com.threegap.bitnagil.presentation.screen.splash.SplashScreenContainer
2427import com.threegap.bitnagil.presentation.screen.terms.TermsAgreementScreenContainer
2528import com.threegap.bitnagil.presentation.screen.webview.BitnagilWebViewScreen
2629import com.threegap.bitnagil.presentation.screen.withdrawal.WithdrawalScreenContainer
27- import com.threegap.bitnagil.presentation.screen.routinewrite.WriteRoutineScreenContainer
28- import com.threegap.bitnagil.presentation.screen.routinewrite.WriteRoutineViewModel
29- import com.threegap.bitnagil.presentation.screen.routinewrite.model.navarg.WriteRoutineScreenArg
3030
3131@Composable
3232fun MainNavHost (
0 commit comments