/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: MIT-0 */ import * as React from "react"; import { I18n } from "@aws-amplify/core"; import { Alert, Container, Header } from "@cloudscape-design/components"; export default function NotFound() { return ( <>