aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mobile/app/error.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/mobile/app/error.tsx')
-rw-r--r--packages/mobile/app/error.tsx9
1 files changed, 0 insertions, 9 deletions
diff --git a/packages/mobile/app/error.tsx b/packages/mobile/app/error.tsx
deleted file mode 100644
index 2ca227a4..00000000
--- a/packages/mobile/app/error.tsx
+++ /dev/null
@@ -1,9 +0,0 @@
-import { View, Text } from "react-native";
-
-export default function ErrorPage() {
- return (
- <View className="flex-1 items-center justify-center gap-4">
- <Text className="text-4xl">Error!</Text>
- </View>
- );
-}