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 660c43d commit 06ef829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/TeachersUnite/SaveTheWorldPage.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import React, {useMemo} from 'react';
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';
import MenuItemList from '@components/MenuItemList';
import ScreenWrapper from '@components/ScreenWrapper';
import ScrollView from '@components/ScrollView';
import Section from '@components/Section';
import useLocalize from '@hooks/useLocalize';
import useTheme from '@hooks/useTheme';
Expand Down

0 comments on commit 06ef829

Please sign in to comment.