aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app/dashboard/_layout.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mobile/app/dashboard/_layout.tsx')
-rw-r--r--apps/mobile/app/dashboard/_layout.tsx7
1 files changed, 0 insertions, 7 deletions
diff --git a/apps/mobile/app/dashboard/_layout.tsx b/apps/mobile/app/dashboard/_layout.tsx
index e8733fe0..db4fd251 100644
--- a/apps/mobile/app/dashboard/_layout.tsx
+++ b/apps/mobile/app/dashboard/_layout.tsx
@@ -54,13 +54,6 @@ export default function Dashboard() {
headerTransparent: true,
}}
/>
- <Stack.Screen
- name="add-link"
- options={{
- title: "New link",
- presentation: "modal",
- }}
- />
</StyledStack>
);
}