From 3133001a13248c5980847f4c98fd7ca21c40bcff Mon Sep 17 00:00:00 2001 From: kushwahramkumar2003 Date: Tue, 27 Feb 2024 23:48:18 +0530 Subject: [PATCH] code refector --- src/pages/user/screens/result/Result.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/pages/user/screens/result/Result.tsx b/src/pages/user/screens/result/Result.tsx index 4955d24..7e5b468 100755 --- a/src/pages/user/screens/result/Result.tsx +++ b/src/pages/user/screens/result/Result.tsx @@ -1,14 +1,11 @@ -import {useQuery} from "@tanstack/react-query"; - +// import {useQuery} from "@tanstack/react-query"; const Result = () => { - const {data ,isPending} = useQuery( + // const {data ,isPending} = useQuery( - ); + // ); return ( -
- -
+
); };