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 84da0e9 commit 0c57e6bCopy full SHA for 0c57e6b
web/src/hooks/queries/usePolicyRegistryEvent.ts
@@ -1,6 +1,6 @@
1
import useSWRImmutable from "swr/immutable";
2
-import { getPolicyRegistry } from "hooks/contracts/generated";
3
import { usePublicClient } from "wagmi";
+import { getPolicyRegistry } from "hooks/contracts/generated";
4
5
export const usePolicyRegistryEvent = (courtID?: string | number) => {
6
const policyRegistry = getPolicyRegistry({});
0 commit comments