Skip to content

Commit

Permalink
Merge pull request #175 from kushwahramkumar2003/ram
Browse files Browse the repository at this point in the history
code refector
  • Loading branch information
kushwahramkumar2003 authored Feb 27, 2024
2 parents 1c5ce4e + 3133001 commit 7b3de7b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/pages/user/screens/result/Result.tsx
Original file line number Diff line number Diff line change
@@ -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 (
<div className="flex items-center justify-center text-xl font-semibold text-center opacity-60">

</div>
<div className="flex items-center justify-center text-xl font-semibold text-center opacity-60"></div>
);
};

Expand Down

0 comments on commit 7b3de7b

Please sign in to comment.