aboutsummaryrefslogtreecommitdiffstats
path: root/src/views/Things/ThingsHistory.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/Things/ThingsHistory.jsx')
-rw-r--r--src/views/Things/ThingsHistory.jsx13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/views/Things/ThingsHistory.jsx b/src/views/Things/ThingsHistory.jsx
new file mode 100644
index 0000000..39f0e30
--- /dev/null
+++ b/src/views/Things/ThingsHistory.jsx
@@ -0,0 +1,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