import Link from 'next/link'
import Head from 'next/head'
const Index = (props) => {
return (
Dies ist die Startseite!
- Datenschutzerklärung
- Impressum
- Login
- Registrierung
- Turnierliste
- FAQ
- Turniererstellung
- Turnieranzeige
- Turnieranzeige (Vollbild)
);
}
function Footer() {
return (
);
}
function Bigimage(props) {
return (
{props.text}
);
}
function Nav() {
return (
);
}
function Navlink(props) {
return (
{props.text}
);
}
function Betabadge() {
return BETA;
}
function LoginLogoutButtons() {
return (
);
}
export default () => (
turnie.re
);