mirror of
https://github.com/vercel/commerce.git
synced 2025-06-16 04:11:22 +00:00
6 lines
98 B
TypeScript
6 lines
98 B
TypeScript
import useAction from './utils/use-action'
|
|
|
|
const useSignup = useAction
|
|
|
|
export default useSignup
|