aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mobile/components/ui/FullPageSpinner.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/mobile/components/ui/FullPageSpinner.tsx')
-rw-r--r--packages/mobile/components/ui/FullPageSpinner.tsx9
1 files changed, 0 insertions, 9 deletions
diff --git a/packages/mobile/components/ui/FullPageSpinner.tsx b/packages/mobile/components/ui/FullPageSpinner.tsx
deleted file mode 100644
index 01187f11..00000000
--- a/packages/mobile/components/ui/FullPageSpinner.tsx
+++ /dev/null
@@ -1,9 +0,0 @@
-import { View, ActivityIndicator } from "react-native";
-
-export default function FullPageSpinner() {
- return (
- <View className="h-full w-full items-center justify-center">
- <ActivityIndicator />
- </View>
- );
-}