diff --git a/packages/host/app/components/operator-mode/card-error.gts b/packages/host/app/components/operator-mode/card-error.gts index 50dfb88de6b..f5992c354ea 100644 --- a/packages/host/app/components/operator-mode/card-error.gts +++ b/packages/host/app/components/operator-mode/card-error.gts @@ -4,7 +4,7 @@ import { cached } from '@glimmer/tracking'; import { restartableTask } from 'ember-concurrency'; -import { CardHeader } from '@cardstack/boxel-ui/components'; +import { CardHeader, LoadingIndicator } from '@cardstack/boxel-ui/components'; import type { MenuItem } from '@cardstack/boxel-ui/helpers'; import { FileAlert, ExclamationCircle } from '@cardstack/boxel-ui/icons'; @@ -42,9 +42,16 @@ export default class CardErrorComponent extends Component {