From e02c9c49be7f7b45d9c85072e22b2fae190060de Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Thu, 17 Feb 2022 13:13:08 +0100 Subject: [PATCH] Rename about styles page to contact --- pages/contact.tsx | 2 +- styles/{about.tsx => contact.tsx} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename styles/{about.tsx => contact.tsx} (100%) 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