import React from 'react';

import Select from '../../../lib/Select';

const select = () => (<Select choices={['moo']} />);

export default select;
