import React from 'react'; export default ({ query, children }) => ( {children} );