import React from 'react' const Chef = () => { return (
Chef
) } export default Chef