Rename about styles page to contact

This commit is contained in:
Hazem Krimi
2022-02-17 13:13:08 +01:00
parent 91773aac01
commit e02c9c49be
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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';