From 2659da517aeec0fe955422dee76f7de292f1a591 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Thu, 8 Feb 2024 02:16:51 +0000 Subject: [feature] Introduce a sidebar --- web/app/dashboard/layout.tsx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 web/app/dashboard/layout.tsx (limited to 'web/app/dashboard/layout.tsx') diff --git a/web/app/dashboard/layout.tsx b/web/app/dashboard/layout.tsx new file mode 100644 index 00000000..9b21271e --- /dev/null +++ b/web/app/dashboard/layout.tsx @@ -0,0 +1,15 @@ +import Bookmarks from "@/app/dashboard/bookmarks/page"; +import Sidebar from "@/app/dashboard/components/Sidebar"; + +export default async function Dashboard() { + return ( +
+
+ +
+
+ +
+
+ ); +} -- cgit v1.2.3-70-g09d2