aboutsummaryrefslogtreecommitdiffstats
path: root/src/views/Things/ThingsHistory.jsx
blob: 39f0e30ed8de8d0270851c5afd2bc5de971c977e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
import { Container, Typography } from '@mui/joy'

const ThingsHistory = () => {
  return (
    <Container maxWidth='md'>
      <Typography level='h3' mb={1.5}>
        Summary:
      </Typography>
    </Container>
  )
}

export default ThingsHistory