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