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.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/mobile/app/error.tsx b/packages/mobile/app/error.tsx
index a6a18023..2ca227a4 100644
--- a/packages/mobile/app/error.tsx
+++ b/packages/mobile/app/error.tsx
@@ -1,6 +1,6 @@
import { View, Text } from "react-native";
-export default function Error() {
+export default function ErrorPage() {
return (
<View className="flex-1 items-center justify-center gap-4">
<Text className="text-4xl">Error!</Text>