import React from 'react' import SignIn from '.' export default { title: 'SignIn', component: SignIn, } export const SignInStyled = () => ( )