import { Alert } from '@grafana/ui'; import { Trans, t } from 'app/core/internationalization'; export function TokenErrorAlert() { return ( Unable to generate a migration token. Please try again later. ); }