Login and dashboard added
This commit is contained in:
9
constants/types.ts
Normal file
9
constants/types.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export type Step = "login" | "verify" | "forgot";
|
||||
|
||||
|
||||
export interface Props {
|
||||
onBack?: () => void;
|
||||
onSuccess?: () => void;
|
||||
onForgotPassword?:()=>void;
|
||||
item?: any;
|
||||
}
|
||||
Reference in New Issue
Block a user