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

component reorganization

This commit is contained in:
2022-01-16 18:31:51 -05:00
parent a139447b39
commit ad0431d3b9
25 changed files with 73 additions and 56 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
import { NextSeo } from "next-seo";
import PageTitle from "../components/page/PageTitle";
import Title from "../components/title/Title";
import ContactForm from "../components/contact/ContactForm";
import { MailIcon, LockIcon } from "../components/icons";
import Content from "../components/Content";
@@ -13,9 +13,9 @@ const Contact = () => (
}}
/>
<PageTitle>
<Title>
<MailIcon /> Contact Me
</PageTitle>
</Title>
<Content>
<div className="wrapper">