Added useLogin hook and API endpoint

This commit is contained in:
Luis Alvarez
2020-10-20 22:27:38 -05:00
parent e2b26715b9
commit a1e47a73d2
9 changed files with 132 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
import loginApi from '@lib/bigcommerce/api/customers/login'
export default loginApi()