import { ErrorBanner } from '../../ui/ErrorBanner'; interface AuthErrorProps { action: string; } export function AuthError({ action }: AuthErrorProps) { return ( ); }