diff --git a/pages/contact.tsx b/pages/contact.tsx index 31aa7ae..4138695 100644 --- a/pages/contact.tsx +++ b/pages/contact.tsx @@ -1,7 +1,7 @@ import React, { FC, useState } from 'react'; import { useForm, ValidationError } from '@formspree/react'; import Head from 'next/head'; -import { Wrapper } from '../styles/about'; +import { Wrapper } from '../styles/contact'; import Input from '../components/Input'; import MDXButton from '../components/MDXButton'; diff --git a/styles/about.tsx b/styles/contact.tsx similarity index 100% rename from styles/about.tsx rename to styles/contact.tsx