
export interface RepoAuthHandlerComponentProps {
    handleAuth: (step:number) => void; 
}