diff --git a/src/views/ChoreEdit/ChoreEdit.jsx b/src/views/ChoreEdit/ChoreEdit.jsx index 4241210..4349e70 100644 --- a/src/views/ChoreEdit/ChoreEdit.jsx +++ b/src/views/ChoreEdit/ChoreEdit.jsx @@ -1,4 +1,4 @@ -import { Add } from '@mui/icons-material' +import { Add, HorizontalRule } from '@mui/icons-material' import { Box, Button, @@ -409,220 +409,398 @@ const ChoreEdit = () => { } return ( - {/* - Edit Chore - */} - - - Name : - What is the name of this chore? - setName(e.target.value)} /> - {errors.name} - - - - - Additional Details : - What is this task about? - {/*