Skip to content

Commit

Permalink
Improve file names
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemelia committed Jan 2, 2025
1 parent 0d39330 commit 8857304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions packages/base/command.gts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ import CodeRefField from './code-ref';
import BooleanField from './boolean';
import NumberField from './number';
import { SkillCard } from './skill-card';
import { JsonField } from './command-result';
import { SearchCardsResult } from './command-result';
import { JsonField, SearchCardsResult } from './commands/search-card-result';

export type CommandStatus = 'applied' | 'ready' | 'applying';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {
type CardContext,
type Format,
FieldDef,
} from './card-api';
} from '../card-api';

type AttachedCardResource = {
card: CardDef | undefined;
Expand Down

0 comments on commit 8857304

Please sign in to comment.