import React from 'react';

import Textarea from '../../../lib/Textarea';

const textarea = () => <Textarea />;

export default textarea;
