diff --git a/src/pages/Dashboard/Dashboard.tsx b/src/pages/Dashboard/Dashboard.tsx index fd24ef93..608a23cf 100644 --- a/src/pages/Dashboard/Dashboard.tsx +++ b/src/pages/Dashboard/Dashboard.tsx @@ -17,52 +17,52 @@ import MemoryCard from './MemoryCard/MemoryCard' const Dashboard = () => { return ( - - + + - - - - - - + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + - - - ) }