Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Cabrera committed Jan 15, 2024
1 parent 497b173 commit 0ecb8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/groups/joinCommunityUnauthenticatedFlow.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createStackNavigator } from 'react-navigation-stack';
import { navigateNestedReset } from '../../actions/navigation';

import { navigateNestedReset } from '../../actions/navigation';
import { COMMUNITIES_TAB, MAIN_TABS } from '../../constants';
import { authFlowGenerator } from '../auth/authFlowGenerator';
import { SIGNUP_TYPES } from '../../containers/Auth/SignUpScreen';
Expand Down

0 comments on commit 0ecb8a4

Please sign in to comment.