diff --git a/src/components/Contact.tsx b/src/components/Contact.tsx deleted file mode 100644 index 83bcd48..0000000 --- a/src/components/Contact.tsx +++ /dev/null @@ -1,66 +0,0 @@ -import ReCAPTCHA from 'react-google-recaptcha'; -import { useTheme } from 'next-themes'; - -import { FC } from 'react'; - -import styles from './Contact.module.scss'; - -const formURL = 'https://forms.guusvanmeerveld.dev/portfolio'; - -const Contact: FC = () => { - const { theme } = useTheme(); - - return ( -