'use client'; import Link from 'next/link'; import { ChevronLeft } from 'lucide-react'; import { Button } from '@documenso/ui/primitives/button'; export default function NotFound() { return (

404 Profile not found

Oops! Something went wrong.

The profile you are looking for could not be found.

); }