import Head from 'next/head'; import React from 'react'; import '../style.css'; class TournamentPage extends React.Component { static async getInitialProps({query}) { return {query}; } render() { return (
Turnieranzeige
Code: {this.props.query.code}