From a139956a20315851fc4269051eee45cb63db4923 Mon Sep 17 00:00:00 2001 From: Nikolaj Frey Date: Thu, 29 Jun 2023 21:40:35 +1000 Subject: [PATCH] feat: main --- remix/app/components/Thingtime/ThingtimeDemo.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/remix/app/components/Thingtime/ThingtimeDemo.tsx b/remix/app/components/Thingtime/ThingtimeDemo.tsx index 68cb15d..b3dc724 100644 --- a/remix/app/components/Thingtime/ThingtimeDemo.tsx +++ b/remix/app/components/Thingtime/ThingtimeDemo.tsx @@ -24,5 +24,7 @@ export const ThingtimeDemo = props => { test: 'hey' } + return null + return }