/* SPDX-FileCopyrightText: 2020 The HedgeDoc developers (see AUTHORS file) SPDX-License-Identifier: AGPL-3.0-only */ import React from 'react' import { LandingLayout } from '../../landing-layout/landing-layout' export const NotFoundErrorScreen: React.FC = () => { return (

404 Not Found oops.

) }