Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tintinthong committed Feb 2, 2025
1 parent eae07cf commit 31d2808
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/host/app/components/operator-mode/code-submode.gts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ import type OperatorModeStateService from '@cardstack/host/services/operator-mod
import type RealmService from '@cardstack/host/services/realm';
import type RecentFilesService from '@cardstack/host/services/recent-files-service';

import type { CardDef, Format } from 'https://cardstack.com/base/card-api';
import { type SpecType } from 'https://cardstack.com/base/boxel-spec';
import type { CardDef, Format } from 'https://cardstack.com/base/card-api';

import { htmlComponent } from '../../lib/html-component';
import { CodeModePanelWidths } from '../../utils/local-storage-keys';
Expand All @@ -70,11 +70,11 @@ import CardErrorDetail from './card-error-detail';
import CardPreviewPanel from './card-preview-panel/index';
import CardURLBar from './card-url-bar';
import CodeEditor from './code-editor';
import SpecPreview from './code-submode/boxel-spec-preview';
import InnerContainer from './code-submode/inner-container';
import CodeSubmodeLeftPanelToggle from './code-submode/left-panel-toggle';
import PlaygroundPanel from './code-submode/playground-panel';
import SchemaEditor, { SchemaEditorTitle } from './code-submode/schema-editor';
import SpecPreview from './code-submode/boxel-spec-preview';
import CreateFileModal, { type FileType } from './create-file-modal';
import DeleteModal from './delete-modal';
import DetailPanel from './detail-panel';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ import RealmService from '@cardstack/host/services/realm';

import type RealmServerService from '@cardstack/host/services/realm-server';

import { type CardDef } from 'https://cardstack.com/base/card-api';
import { Spec, type SpecType } from 'https://cardstack.com/base/boxel-spec';
import { type CardDef } from 'https://cardstack.com/base/card-api';

import { type FileType } from '../create-file-modal';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ import { getCard } from '@cardstack/host/resources/card-resource';

import type RealmService from '@cardstack/host/services/realm';

import type { CardDef } from 'https://cardstack.com/base/card-api';
import type { Spec } from 'https://cardstack.com/base/boxel-spec';

import { 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,8 +40,8 @@ import OperatorModeStateService from '@cardstack/host/services/operator-mode-sta

import type RealmService from '@cardstack/host/services/realm';

import type { BaseDef, FieldType } from 'https://cardstack.com/base/card-api';
import type { 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 31d2808

Please sign in to comment.