mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Remove unused code from about page
This commit is contained in:
+1
-2
@@ -1,11 +1,10 @@
|
|||||||
import React, { FC, useContext, useState } from 'react';
|
import React, { FC, useContext } from 'react';
|
||||||
import { DarkModeContext } from '../components/DarkMode';
|
import { DarkModeContext } from '../components/DarkMode';
|
||||||
import { useForm, ValidationError } from '@formspree/react';
|
import { useForm, ValidationError } from '@formspree/react';
|
||||||
import Head from 'next/head';
|
import Head from 'next/head';
|
||||||
import styled from 'styled-components';
|
import styled from 'styled-components';
|
||||||
import Image from 'next/image';
|
import Image from 'next/image';
|
||||||
import Input from '../components/Input';
|
import Input from '../components/Input';
|
||||||
import Button from '../components/Button';
|
|
||||||
import MDXButton from '../components/MDXButton';
|
import MDXButton from '../components/MDXButton';
|
||||||
|
|
||||||
const Wrapper = styled.div<{ dark: boolean }>`
|
const Wrapper = styled.div<{ dark: boolean }>`
|
||||||
|
|||||||
Reference in New Issue
Block a user