Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Commit 2616cc2

Browse files
committed
usesplit
1 parent fe21d2c commit 2616cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/modules/useSplit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Split } from "@thirdweb-dev/sdk";
22
import { useContract } from "./useContract";
33

4-
export function useSplitModule(moduleAddress?: string): Split | undefined {
4+
export function useSplit(moduleAddress?: string): Split | undefined {
55
return useContract("split", moduleAddress);
66
}

0 commit comments

Comments
 (0)