8 lines
173 B
JavaScript
8 lines
173 B
JavaScript
import ProfileTextInput from './ProfileTextInput'
|
|
|
|
export const generated = () => {
|
|
return <ProfileTextInput />
|
|
}
|
|
|
|
export default { title: 'Components/ProfileTextInput' }
|