import { ChipLink } from '@sim/emcn' import type { Metadata } from 'next' export const metadata: Metadata = { title: 'Page Not Found', robots: { index: false, follow: true }, } export default function ComparisonNotFound() { return (

Comparison not found

The comparison you're looking for doesn't exist or has been moved.

Browse comparisons
) }