Adds <MetaTags>

This commit is contained in:
Rob Cameron
2022-02-08 14:53:19 -08:00
parent ab61793bcf
commit eebbfbd103
7 changed files with 31 additions and 13 deletions

View File

@@ -1,3 +1,4 @@
import { MetaTags } from '@redwoodjs/web'
import {
Form,
TextField,
@@ -36,6 +37,8 @@ const ContactPage = () => {
return (
<>
<MetaTags title="Contact" description="Contact page" />
<Toaster />
<Form
onSubmit={onSubmit}