format project

This commit is contained in:
Kurt Hutten
2021-08-01 09:44:10 +10:00
parent caf944716b
commit ad0e9c1d4d
4 changed files with 43 additions and 15 deletions

View File

@@ -1,6 +1,16 @@
import { Helmet } from 'react-helmet'
const Seo = ({ title, description, lang, socialImageUrl}: { title: string; description: string; lang: string; socialImageUrl?: string}) => {
const Seo = ({
title,
description,
lang,
socialImageUrl,
}: {
title: string
description: string
lang: string
socialImageUrl?: string
}) => {
return (
<>
<Helmet