const Index = ({ query }) => (
{JSON.stringify(query)}
) Index.getInitialProps = ({ query }) => ({ query }) export default Index