Skip to content

Commit

Permalink
Fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tintinthong committed Feb 2, 2025
1 parent 31d2808 commit a2edf0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit a2edf0f

Please sign in to comment.