import React from "react"; const NotFound = () => { return (

404 - Page Not Found

Hmmm.. Diese Seite existiert nicht.

); }; export default NotFound;