diff --git a/src/features/navigation/RootNavigator/subscriptionRoutes.tsx b/src/features/navigation/RootNavigator/subscriptionRoutes.ts similarity index 98% rename from src/features/navigation/RootNavigator/subscriptionRoutes.tsx rename to src/features/navigation/RootNavigator/subscriptionRoutes.ts index 30091adb6b6..763fc5e8793 100644 --- a/src/features/navigation/RootNavigator/subscriptionRoutes.tsx +++ b/src/features/navigation/RootNavigator/subscriptionRoutes.ts @@ -39,26 +39,29 @@ import { // Try to keep those routes in the same order as the user flow export const subscriptionRoutes: GenericRoute[] = [ - // Debug routes { + // debug route: in navigation component name: 'NavigationSignUp', component: NavigationSignUp, hoc: withAsyncErrorBoundary, path: 'cheat-navigation-sign-up', }, { + // debug route: in navigation component name: 'NavigationErrors', component: NavigationErrors, hoc: withAsyncErrorBoundary, path: 'cheat-navigation-errors', }, { + // debug route: in navigation component name: 'NavigationIdentityCheck', component: NavigationIdentityCheck, hoc: withAsyncErrorBoundary, path: 'cheat-navigation-identity-check', }, { + // debug route: in navigation component name: 'NewIdentificationFlow', component: NewIdentificationFlow, hoc: withAsyncErrorBoundary, diff --git a/src/features/navigation/RootNavigator/subscriptionRoutesModule.js b/src/features/navigation/RootNavigator/subscriptionRoutesModule.js deleted file mode 100644 index d1a9fa57420..00000000000 --- a/src/features/navigation/RootNavigator/subscriptionRoutesModule.js +++ /dev/null @@ -1,33 +0,0 @@ -export { BeneficiaryAccountCreated } from 'features/identityCheck/pages/confirmation/BeneficiaryAccountCreated' -export { BeneficiaryRequestSent } from 'features/identityCheck/pages/confirmation/BeneficiaryRequestSent' -export { IdentityCheckHonor } from 'features/identityCheck/pages/confirmation/IdentityCheckHonor' -export { DMSIntroduction } from 'features/identityCheck/pages/identification/dms/DMSIntroduction' -export { IdentityCheckDMS } from 'features/identityCheck/pages/identification/dms/IdentityCheckDMS' -export { EduConnectForm } from 'features/identityCheck/pages/identification/educonnect/EduConnectForm' -export { EduConnectValidation } from 'features/identityCheck/pages/identification/educonnect/EduConnectValidation' -export { withEduConnectErrorBoundary } from 'features/identityCheck/pages/identification/errors/eduConnect/EduConnectErrorBoundary' -export { EduConnectErrors } from 'features/identityCheck/pages/identification/errors/eduConnect/EduConnectErrors' -export { IdentificationFork } from 'features/identityCheck/pages/identification/IdentificationFork' -export { IdentityCheckUnavailable } from 'features/identityCheck/pages/identification/IdentityCheckUnavailable' -export { ComeBackLater } from 'features/identityCheck/pages/identification/ubble/ComeBackLater' -export { ExpiredOrLostID } from 'features/identityCheck/pages/identification/ubble/ExpiredOrLostID' -export { IdentityCheckEnd } from 'features/identityCheck/pages/identification/ubble/IdentityCheckEnd' -export { IdentityCheckPending } from 'features/identityCheck/pages/identification/ubble/IdentityCheckPending' -export { SelectIDOrigin } from 'features/identityCheck/pages/identification/ubble/SelectIDOrigin' -export { SelectIDStatus } from 'features/identityCheck/pages/identification/ubble/SelectIDStatus' -export { SelectPhoneStatus } from 'features/identityCheck/pages/identification/ubble/SelectPhoneStatus.web' -export { UbbleWebview } from 'features/identityCheck/pages/identification/ubble/UbbleWebview' -export { PhoneValidationTooManyAttempts } from 'features/identityCheck/pages/phoneValidation/errors/PhoneValidationTooManyAttempts' -export { PhoneValidationTooManySMSSent } from 'features/identityCheck/pages/phoneValidation/errors/PhoneValidationTooManySMSSent' -export { SetPhoneNumber } from 'features/identityCheck/pages/phoneValidation/SetPhoneNumber' -export { SetPhoneNumberWithoutValidation } from 'features/identityCheck/pages/phoneValidation/SetPhoneNumberWithoutValidation' -export { SetPhoneValidationCode } from 'features/identityCheck/pages/phoneValidation/SetPhoneValidationCode' -export { SetAddress } from 'features/identityCheck/pages/profile/SetAddress' -export { SetCity } from 'features/identityCheck/pages/profile/SetCity' -export { SetName } from 'features/identityCheck/pages/profile/SetName' -export { SetStatus } from 'features/identityCheck/pages/profile/SetStatus' -export { Stepper } from 'features/identityCheck/pages/Stepper' -export { NavigationErrors } from 'features/internal/cheatcodes/pages/NavigationErrors/NavigationErrors' -export { NavigationSignUp } from 'features/internal/cheatcodes/pages/NavigationSignUp' -export { NavigationIdentityCheck } from 'features/internal/cheatcodes/pages/NavigationSignUp/NavigationIdentityCheck' -export { NewIdentificationFlow } from 'features/internal/cheatcodes/pages/NavigationSignUp/NavigationIdentityCheck/NewIdentificationFlow/NewIdentificationFlow'