import { Button } from "@repo/shadcn-ui/components"; export const ErrorPage = () => { return (

Oops, page not found!

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

); };