diff --git a/src/pages/home/index.tsx b/src/pages/home/index.tsx index 93452bb..0afb321 100644 --- a/src/pages/home/index.tsx +++ b/src/pages/home/index.tsx @@ -2,8 +2,8 @@ import { Add, CalendarMonth, Description, - Draw, - PersonOutline + PersonOutline, + Upload } from '@mui/icons-material' import { Box, Button, Typography } from '@mui/material' import { useNavigate } from 'react-router-dom' @@ -22,10 +22,10 @@ export const HomePage = () => {