mirror of
https://github.com/vercel/commerce.git
synced 2025-06-18 13:11:23 +00:00
6 lines
96 B
TypeScript
6 lines
96 B
TypeScript
import useAction from './utils/use-action'
|
|
|
|
const useLogin = useAction
|
|
|
|
export default useLogin
|