diff --git a/src/pages/dashbord/index.tsx b/src/pages/dashbord/index.tsx index 7c67bf3..e604a92 100644 --- a/src/pages/dashbord/index.tsx +++ b/src/pages/dashbord/index.tsx @@ -11,7 +11,9 @@ const Dashbord = (props: Store) => { direction="vertical" size="middle" style={{ display: "flex" }} - > + > + + ); };