import Link from "next/link" import { Button } from "@/shared/components/ui/button" import { FileQuestion } from "lucide-react" export default function AuthNotFound() { return (

Page Not Found

The authentication page you are looking for does not exist.

) }