Skip to content

Commit 8857304

Browse files
committedJan 2, 2025
Improve file names
1 parent 0d39330 commit 8857304

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎packages/base/command.gts

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ import CodeRefField from './code-ref';
1212
import BooleanField from './boolean';
1313
import NumberField from './number';
1414
import { SkillCard } from './skill-card';
15-
import { JsonField } from './command-result';
16-
import { SearchCardsResult } from './command-result';
15+
import { JsonField, SearchCardsResult } from './commands/search-card-result';
1716

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

‎packages/base/command-result.gts ‎packages/base/commands/search-card-result.gts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import {
2121
type CardContext,
2222
type Format,
2323
FieldDef,
24-
} from './card-api';
24+
} from '../card-api';
2525

2626
type AttachedCardResource = {
2727
card: CardDef | undefined;

0 commit comments

Comments
 (0)