function All({ query }) { return
{JSON.stringify(query)}
} All.getInitialProps = ({ query }) => ({ query }) export default All