feat: main

This commit is contained in:
Nikolaj Frey 2023-06-27 11:32:30 +10:00
parent e386e176fc
commit ae6293c09a

View File

@ -12,7 +12,7 @@ import { Analytics } from '@vercel/analytics/react'
function Document ({
children,
title = 'Thingtime | For Everything'
title = 'Thingtime'
}: {
children: React.ReactNode
title?: string