Skip to content

Commit 0c57e6b

Browse files
committed
fix: hook import order
1 parent 84da0e9 commit 0c57e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/hooks/queries/usePolicyRegistryEvent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import useSWRImmutable from "swr/immutable";
2-
import { getPolicyRegistry } from "hooks/contracts/generated";
32
import { usePublicClient } from "wagmi";
3+
import { getPolicyRegistry } from "hooks/contracts/generated";
44

55
export const usePolicyRegistryEvent = (courtID?: string | number) => {
66
const policyRegistry = getPolicyRegistry({});

0 commit comments

Comments
 (0)