diff --git a/src/components/Tasks/TaskListItem.tsx b/src/components/Tasks/TaskListItem.tsx index f185b20..c4382d9 100644 --- a/src/components/Tasks/TaskListItem.tsx +++ b/src/components/Tasks/TaskListItem.tsx @@ -8,6 +8,8 @@ import { ListItem } from '../../widgets/List'; import Checkbox from '@material-ui/core/Checkbox'; +import moment from 'moment'; + interface PropsType { entry: TaskType; onClick: (task: TaskType) => void; @@ -31,6 +33,7 @@ export default React.memo(function TaskListItem(props: PropsType) { return ( onClick(task)} leftIcon={