diff options
Diffstat (limited to 'web/app/dashboard/layout.tsx')
| -rw-r--r-- | web/app/dashboard/layout.tsx | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/web/app/dashboard/layout.tsx b/web/app/dashboard/layout.tsx deleted file mode 100644 index 9b21271e..00000000 --- a/web/app/dashboard/layout.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import Bookmarks from "@/app/dashboard/bookmarks/page"; -import Sidebar from "@/app/dashboard/components/Sidebar"; - -export default async function Dashboard() { - return ( - <div className="flex w-screen h-screen"> - <div className="flex-none"> - <Sidebar /> - </div> - <div className="flex-1 bg-gray-100"> - <Bookmarks /> - </div> - </div> - ); -} |
