Skip to content

Commit

Permalink
Merge branch 'frankreed/foreignManagement7_dialog_spinner' into frank…
Browse files Browse the repository at this point in the history
…reed/foreignManagement8_debouncin
  • Loading branch information
FrankreedX committed Aug 13, 2024
2 parents c0f576d + a43b8e9 commit 9d11e0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/segments/(team)/chooseTeam.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ import { router } from "expo-router";
import {
onIdTokenChanged,
sendEmailVerification,
signOut as signoutFireBase,
} from "firebase/auth";
import { useCallback, useEffect, useMemo, useState } from "react";
import { RefreshControl, ScrollView, Text, View } from "react-native";
import { signOut as signoutFireBase } from "firebase/auth";
import { useMemo } from "react";
import { Button } from "react-native-paper";
import { SafeAreaView } from "react-native-safe-area-context";
import { themeColors } from "~/Constants";
Expand Down

0 comments on commit 9d11e0e

Please sign in to comment.