feat: main

This commit is contained in:
Nikolaj Frey 2023-06-29 21:40:35 +10:00
parent 9e40e2c227
commit a139956a20

View File

@ -24,5 +24,7 @@ export const ThingtimeDemo = props => {
test: 'hey'
}
return null
return <Thingtime thing={debug}></Thingtime>
}