Skip to content

Commit

Permalink
fix(web): Remove the custom tile from the bookmarks page
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedBassem committed Mar 23, 2024
1 parent 2f0753d commit b552f60
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions apps/web/app/dashboard/bookmarks/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
import type { Metadata } from "next";
import React from "react";
import TopNav from "@/components/dashboard/bookmarks/TopNav";
import UploadDropzone from "@/components/dashboard/UploadDropzone";

export const metadata: Metadata = {
title: "Hoarder - Bookmarks",
};

export default function BookmarksLayout({
children,
}: Readonly<{
Expand Down

0 comments on commit b552f60

Please sign in to comment.