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.
2 parents a9f4945 + edd9b91 commit 3d0f37bCopy full SHA for 3d0f37b
web/src/app/my-cats/page.tsx
@@ -18,7 +18,6 @@ import { CatRoleDropdown } from "../../components/CatRoleDropdown";
18
import { useCATStorage } from "@/hooks/useCATStorage";
19
import { SupportedChainId, CatDetails as StoredCatDetails } from "@/utils/indexedDB";
20
import toast from "react-hot-toast";
21
-import { useRouter } from "next/navigation";
22
23
// Define supported chain IDs - use the imported type from IndexedDB
24
// type SupportedChainId = 137 | 534351 | 5115 | 61 | 8453;
@@ -86,7 +85,6 @@ export default function MyCATsPage() {
86
85
87
const { address } = useAccount();
88
const currentChainId = useChainId();
89
- const router = useRouter();
90
const {
91
getAllCatDetailsForUser,
92
getCatDetailsByRole,
0 commit comments