From e79f89c1a8808fdda9ba5db6f5519cee233b1ff6 Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Fri, 13 Oct 2023 12:45:08 +0300 Subject: [PATCH] Clear not needed compoenent --- src/pages/Dashboard/Dashboard.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pages/Dashboard/Dashboard.tsx b/src/pages/Dashboard/Dashboard.tsx index d01ac9e7..fd24ef93 100644 --- a/src/pages/Dashboard/Dashboard.tsx +++ b/src/pages/Dashboard/Dashboard.tsx @@ -17,8 +17,7 @@ import MemoryCard from './MemoryCard/MemoryCard' const Dashboard = () => { return ( - - + { - + ) }