From 408984d9325f12937ac5747505370dec26e46d3f Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Wed, 13 Mar 2024 12:13:38 +0000 Subject: mobile: Add borders and padding to the cards --- packages/mobile/app/dashboard/(tabs)/index.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'packages/mobile/app/dashboard/(tabs)/index.tsx') diff --git a/packages/mobile/app/dashboard/(tabs)/index.tsx b/packages/mobile/app/dashboard/(tabs)/index.tsx index 28fa39de..07516f3b 100644 --- a/packages/mobile/app/dashboard/(tabs)/index.tsx +++ b/packages/mobile/app/dashboard/(tabs)/index.tsx @@ -1,11 +1,5 @@ -import { View } from "react-native"; - import BookmarkList from "@/components/bookmarks/BookmarkList"; export default function Home() { - return ( - - - - ); + return ; } -- cgit v1.3-1-g0d28