aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mobile/app/+not-found.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/mobile/app/+not-found.tsx')
-rw-r--r--packages/mobile/app/+not-found.tsx6
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/mobile/app/+not-found.tsx b/packages/mobile/app/+not-found.tsx
deleted file mode 100644
index 466505b6..00000000
--- a/packages/mobile/app/+not-found.tsx
+++ /dev/null
@@ -1,6 +0,0 @@
-import { View } from "react-native";
-
-// This is kinda important given that the sharing modal always resolve to an unknown route
-export default function NotFound() {
- return <View />;
-}