From 00e9656792c29368c100d5f1ef8139a788446a29 Mon Sep 17 00:00:00 2001 From: nachat-ayoub Date: Wed, 21 Feb 2024 03:04:45 +0100 Subject: [PATCH] remove default values --- src/App.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index f6a89cc..8c80bc0 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,7 +1,7 @@ -import ReCAPTCHA from 'react-google-recaptcha'; -import { useRef, useState } from 'react'; +// import ReCAPTCHA from 'react-google-recaptcha'; +import { useState } from 'react'; import useForm from './useForm'; -import axios from 'axios'; +// import axios from 'axios'; type TStatus = 'success' | 'error' | null;