1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-04-21 10:45:30 -04:00

remove unnecessary react fragments

This commit is contained in:
2022-01-18 09:54:30 -05:00
parent a406010bd2
commit 5e9503b562
22 changed files with 142 additions and 125 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
import { NextSeo } from "next-seo";
import Title from "../components/Title/Title";
import PageTitle from "../components/PageTitle/PageTitle";
import ContactForm from "../components/ContactForm/ContactForm";
import { MailIcon, LockIcon } from "../components/Icons";
import Content from "../components/Content/Content";
@@ -13,9 +13,9 @@ const Contact = () => (
}}
/>
<Title>
<PageTitle>
<MailIcon /> Contact Me
</Title>
</PageTitle>
<Content>
<div className="wrapper">