From 30c8bc394100f2348a1f9c193036f95e045d4d6d Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Fri, 29 Mar 2024 21:33:15 +0000 Subject: fix(web): Consistent spacing in the content container in all pages. Fixes #40 --- apps/web/app/dashboard/bookmarks/layout.tsx | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 apps/web/app/dashboard/bookmarks/layout.tsx (limited to 'apps/web/app/dashboard/bookmarks/layout.tsx') diff --git a/apps/web/app/dashboard/bookmarks/layout.tsx b/apps/web/app/dashboard/bookmarks/layout.tsx deleted file mode 100644 index a2356d23..00000000 --- a/apps/web/app/dashboard/bookmarks/layout.tsx +++ /dev/null @@ -1,22 +0,0 @@ -import React from "react"; -import TopNav from "@/components/dashboard/bookmarks/TopNav"; -import UploadDropzone from "@/components/dashboard/UploadDropzone"; -import { Separator } from "@/components/ui/separator"; - -export default function BookmarksLayout({ - children, -}: Readonly<{ - children: React.ReactNode; -}>) { - return ( - -
-
- -
- -
{children}
-
-
- ); -} -- cgit v1.2.3-70-g09d2