From 2657469964e24ffbeb905024532120395f6e797c Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Sun, 30 Jun 2024 18:55:39 -0400 Subject: move to Donetick Org, First commit frontend --- src/views/Things/ThingsHistory.jsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/views/Things/ThingsHistory.jsx (limited to 'src/views/Things/ThingsHistory.jsx') 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 ( + + + Summary: + + + ) +} + +export default ThingsHistory -- cgit