import React, { Fragment } from 'react' import { Input } from 'features/Common' export default { component: Input, title: 'Input', } export const Empty = () => ( ) export const EmailPassword = () => ( )