We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a3304c commit fd31bc1Copy full SHA for fd31bc1
src/pages/home/HomePage.tsx
@@ -1,7 +1,7 @@
1
import { PageTitle } from "@/components/PageTitle"
2
import { Skeleton } from "@/components/ui/skeleton"
3
import { identityDetail, mintInfo } from "@/generated/client/sdk.gen"
4
-import { useSuspenseQuery, useQuery } from "@tanstack/react-query"
+import { useQuery } from "@tanstack/react-query"
5
import { Suspense } from "react"
6
7
function Loader() {
0 commit comments