import Link from "next/link"; import { Icon } from "@iconify/react"; import { Metadata } from "next"; export const metadata: Metadata = { title: "Not Found - TomodachiShare", description: "The requested page could not be found on TomodachiShare", }; export default function NotFound() { return (

404

Page not found - you swam off the island!

Travel Back
); }