diff --git a/packages/host/app/components/operator-mode/create-file-modal.gts b/packages/host/app/components/operator-mode/create-file-modal.gts index 9125ffc420..e8881738b9 100644 --- a/packages/host/app/components/operator-mode/create-file-modal.gts +++ b/packages/host/app/components/operator-mode/create-file-modal.gts @@ -41,9 +41,7 @@ import { getCard } from '@cardstack/host/resources/card-resource'; import type RealmService from '@cardstack/host/services/realm'; -import type { Spec } from 'https://cardstack.com/base/boxel-spec'; - -import { type SpecType } from 'https://cardstack.com/base/boxel-spec'; +import { Spec, type SpecType } from 'https://cardstack.com/base/boxel-spec'; import type { CardDef } from 'https://cardstack.com/base/card-api'; import { cleanseString } from '../../lib/utils'; diff --git a/packages/host/app/components/operator-mode/edit-field-modal.gts b/packages/host/app/components/operator-mode/edit-field-modal.gts index adf7808c0b..853be6385e 100644 --- a/packages/host/app/components/operator-mode/edit-field-modal.gts +++ b/packages/host/app/components/operator-mode/edit-field-modal.gts @@ -40,7 +40,7 @@ import OperatorModeStateService from '@cardstack/host/services/operator-mode-sta import type RealmService from '@cardstack/host/services/realm'; -import type { Spec } from 'https://cardstack.com/base/boxel-spec'; +import { Spec } from 'https://cardstack.com/base/boxel-spec'; import type { BaseDef, FieldType } from 'https://cardstack.com/base/card-api'; import { SelectedTypePill } from './create-file-modal';