Skip to content

Commit

Permalink
fix: remove button
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Aug 27, 2024
1 parent ba9657b commit 4f7ff56
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ export default function RootLayout() {
<SafeAreaView className="w-full h-full">
<Stack />
<Toast config={toastConfig} position="bottom" />
<Button size="lg" onPress={reset}>
<Text>Delete</Text>
</Button>
</SafeAreaView>
</ThemeProvider>
</SWRConfig>
Expand Down

0 comments on commit 4f7ff56

Please sign in to comment.