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