diff --git a/apps/sim/app/not-found.tsx b/apps/sim/app/not-found.tsx index 76af4c16271..82c39e62ab3 100644 --- a/apps/sim/app/not-found.tsx +++ b/apps/sim/app/not-found.tsx @@ -1,5 +1,5 @@ +import { ChipLink } from '@sim/emcn' import type { Metadata } from 'next' -import Link from 'next/link' import { LogoShell } from '@/app/(landing)/components' export const metadata: Metadata = { @@ -17,12 +17,9 @@ export default function NotFound() {

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

- + Return home - + )