diff --git a/src/cat-life-event.jsx b/src/cat-life-event.jsx deleted file mode 100644 index e69de29..0000000 diff --git a/src/cat-life-event.tsx b/src/cat-life-event.tsx index 59c8a13..b64972b 100644 --- a/src/cat-life-event.tsx +++ b/src/cat-life-event.tsx @@ -6,9 +6,40 @@ export type Props = { export default (): FC => { const component = (props: Props): ReactElement => { - return <> - {props.children} - + return
+

Cat life events

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
dateeventcatlives left
2022.11.27lost a lifeAcylsm8
2022.11.26went to the petting queueAgory8
2022.11.25made friends with a dogSpaw7
+ +
} component.displayName = 'CatLifeEvent' return component