Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Gerrard committed Oct 30, 2024
1 parent a7ffedc commit dc9eea0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 34 deletions.
5 changes: 4 additions & 1 deletion src/features/navigation/RootNavigator/subscriptionRoutes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,26 +39,29 @@ import {

// Try to keep those routes in the same order as the user flow
export const subscriptionRoutes: GenericRoute<SubscriptionRootStackParamList>[] = [
// 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,
Expand Down
33 changes: 0 additions & 33 deletions src/features/navigation/RootNavigator/subscriptionRoutesModule.js

This file was deleted.

0 comments on commit dc9eea0

Please sign in to comment.