"use client"; import React from "react"; import { Metadata } from "next"; import Image from "next/image"; import Link from "next/link"; // ui import { Button } from "@plane/ui"; // images import Image404 from "public/404.svg"; export const metadata: Metadata = { title: "404 - Page Not Found", }; const PageNotFound = () => (
Sorry, the page you are looking for cannot be found. It may have been removed, had its name changed, or is temporarily unavailable.