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