import { ArrowUpRightMini } from "@medusajs/icons" import { Text } from "@medusajs/ui" import { Metadata } from "next" import Link from "next/link" export const metadata: Metadata = { title: "404", description: "Something went wrong", } export default function NotFound() { return (
The page you tried to access does not exist.