import React from 'react';

import Input from '../../../lib/Input';

const input = () => <Input />;

export default input;
