import { AddTask } from '@mui/icons-material' import { Box } from '@mui/joy' import Card from '@mui/joy/Card' import CardContent from '@mui/joy/CardContent' import Typography from '@mui/joy/Typography' import * as React from 'react' function InfoCard() { return ( You've completed 12345 Chores ) } export default InfoCard