From 59362dc5ef69b5ddfaafda5a5ae666a3190586b8 Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Sat, 21 Oct 2023 19:33:12 +0300 Subject: [PATCH] Add grids --- src/pages/Dashboard/DashboardContent.tsx | 49 ++++++++++++++++-------- 1 file changed, 32 insertions(+), 17 deletions(-) diff --git a/src/pages/Dashboard/DashboardContent.tsx b/src/pages/Dashboard/DashboardContent.tsx index ddf17498..4cea519c 100644 --- a/src/pages/Dashboard/DashboardContent.tsx +++ b/src/pages/Dashboard/DashboardContent.tsx @@ -62,28 +62,43 @@ const DashboardContent = () => { gap: '16px', }} > - - + + - - - - - - - - - - - + + + + + + + + + + {/* */} + - + ) }