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