From 334bf1957560037eb0a7ce6555d94bacb9a13c60 Mon Sep 17 00:00:00 2001 From: SlushEE0 Date: Sat, 4 Nov 2023 17:40:55 -0700 Subject: [PATCH] added login page and spam protection --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 44b8a9b..0a219c4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,4 +1,4 @@ -import React, { useState } from 'react'; +import React from 'react'; import toast from 'react-hot-toast';