import { Metadata } from 'next'; import InteractiveLink from '~/medusa/modules/common/components/interactive-link'; export const metadata: Metadata = { title: '404', description: 'Something went wrong', }; export default function NotFound() { return (

Page not found

The cart you tried to access does not exist. Clear your cookies and try again.

Go to frontpage
); }