Skip to content

Commit

Permalink
Move TeachersUnite to settings after IDEAL NAV 2
Browse files Browse the repository at this point in the history
  • Loading branch information
aeioual committed Mar 17, 2024
1 parent f6a56c5 commit 660c43d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/libs/Navigation/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import type CONST from '@src/CONST';
import type {Country} from '@src/CONST';
import type NAVIGATORS from '@src/NAVIGATORS';
import type {HybridAppRoute, Route as Routes} from '@src/ROUTES';
import SCREENS from '@src/SCREENS';
import type SCREENS from '@src/SCREENS';
import type EXIT_SURVEY_REASON_FORM_INPUT_IDS from '@src/types/form/ExitSurveyReasonForm';

type NavigationRef = NavigationContainerRefWithCurrent<RootStackParamList>;
Expand Down
3 changes: 2 additions & 1 deletion src/pages/TeachersUnite/SaveTheWorldPage.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React, {useMemo} from 'react';
import {ScrollView, View} from 'react-native';
import {View} from 'react-native';
import ScrollView from '@components/ScrollView';
import HeaderWithBackButton from '@components/HeaderWithBackButton';
import * as Illustrations from '@components/Icon/Illustrations';
import LottieAnimations from '@components/LottieAnimations';
Expand Down

0 comments on commit 660c43d

Please sign in to comment.