B2D-Ventures/src/app/auth/error/page.tsx

4 lines
82 B
TypeScript

export default function AuthError() {
return <div>Authentication Error</div>;
}