From f9ce2c293b3ef5c1971500a5c7f2a45d4daf3318 Mon Sep 17 00:00:00 2001 From: Nikolaj Frey Date: Thu, 29 Jun 2023 21:41:12 +1000 Subject: [PATCH] feat: main --- remix/app/components/Thingtime/ThingtimeDemo.tsx | 7 ++++++- remix/app/routes/index.tsx | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/remix/app/components/Thingtime/ThingtimeDemo.tsx b/remix/app/components/Thingtime/ThingtimeDemo.tsx index b3dc724..80a166c 100644 --- a/remix/app/components/Thingtime/ThingtimeDemo.tsx +++ b/remix/app/components/Thingtime/ThingtimeDemo.tsx @@ -1,5 +1,6 @@ import React from 'react' import { Thingtime } from './Thingtime' +import { Flex } from '@chakra-ui/react' export const ThingtimeDemo = props => { const thing = { @@ -26,5 +27,9 @@ export const ThingtimeDemo = props => { return null - return + return ( + + + + ) } diff --git a/remix/app/routes/index.tsx b/remix/app/routes/index.tsx index a7291e0..0ddb304 100644 --- a/remix/app/routes/index.tsx +++ b/remix/app/routes/index.tsx @@ -4,7 +4,7 @@ import { ThingtimeDemo } from '~/components/Thingtime/ThingtimeDemo' export default function Index () { return ( - +