import Link from 'next/link' const Index = (props) => { return (

Dies ist die Startseite!

); } export default () => ();