Skip to content

Commit

Permalink
Remove unused public workspace route
Browse files Browse the repository at this point in the history
  • Loading branch information
Amal Nazeem committed Aug 12, 2021
1 parent 5ca0808 commit 4b5c433
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
5 changes: 0 additions & 5 deletions src/libs/Navigation/AppNavigator/PublicScreens.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from 'react';
import {createStackNavigator} from '@react-navigation/stack';
import SignInPage from '../../../pages/signin/SignInPage';
import SetPasswordPage from '../../../pages/SetPasswordPage';
import PublicWorkspaceNewView from '../../../pages/workspace/PublicWorkspaceNewView';
import ValidateLoginPage from '../../../pages/ValidateLoginPage';
import SCREENS from '../../../SCREENS';
import LoginWithValidateCodePage from '../../../pages/LoginWithValidateCodePage';
Expand All @@ -28,10 +27,6 @@ export default () => (
options={defaultScreenOptions}
component={SetPasswordPage}
/>
<RootStack.Screen
name="NewWorkspace"
component={PublicWorkspaceNewView}
/>
<RootStack.Screen
name={SCREENS.LOGIN_WITH_VALIDATE_CODE_NEW_WORKSPACE}
options={defaultScreenOptions}
Expand Down
27 changes: 0 additions & 27 deletions src/pages/workspace/PublicWorkspaceNewView.js

This file was deleted.

0 comments on commit 4b5c433

Please sign in to comment.