mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-19 05:54:06 +01:00
4 lines
82 B
TypeScript
4 lines
82 B
TypeScript
export default function AuthError() {
|
|
return <div>Authentication Error</div>;
|
|
}
|