diff --git a/frontend/src/extensions/external-lib-app-extensions/abcjs/abc-frame.tsx b/frontend/src/extensions/external-lib-app-extensions/abcjs/abc-frame.tsx index 4530e06f6..89cc0a8ad 100644 --- a/frontend/src/extensions/external-lib-app-extensions/abcjs/abc-frame.tsx +++ b/frontend/src/extensions/external-lib-app-extensions/abcjs/abc-frame.tsx @@ -12,9 +12,8 @@ import { cypressId } from '../../../utils/cypress-attribute' import { Logger } from '../../../utils/logger' import styles from './abc.module.scss' import React, { useRef } from 'react' -import { Alert } from 'react-bootstrap' -import { Trans } from 'react-i18next' import { useAsync } from 'react-use' +import { TranslatedApplicationErrorAlert } from '../../../components/common/application-error-alert/translated-application-error-alert' const log = new Logger('AbcFrame') @@ -51,9 +50,7 @@ export const AbcFrame: React.FC = ({ code }) => { return ( - - - +