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 IntegrationsNotFound() { return (

Integration not found

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

Browse integrations
) }