fix(client): export useSignin and useSignup
This commit is contained in:
parent
fe245d1f75
commit
7c21c5cf1a
@ -59,7 +59,7 @@ const schema: ISchema = {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
const useSignin = () => {
|
export const useSignin = () => {
|
||||||
const location = useLocation<any>();
|
const location = useLocation<any>();
|
||||||
const history = useHistory();
|
const history = useHistory();
|
||||||
const form = useForm();
|
const form = useForm();
|
||||||
|
@ -85,7 +85,7 @@ const schema: ISchema = {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
const useSignup = () => {
|
export const useSignup = () => {
|
||||||
const history = useHistory();
|
const history = useHistory();
|
||||||
const form = useForm();
|
const form = useForm();
|
||||||
const api = useAPIClient();
|
const api = useAPIClient();
|
||||||
|
Loading…
Reference in New Issue
Block a user