Skip to content

Commit afcbf4a

Browse files
marker-daomarker dao ®
andauthored
AIIntegration: Fix import from commands folder
Co-authored-by: marker dao ® <[email protected]>
1 parent 96ecd29 commit afcbf4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme/js/__internal/core/ai_integration/core/ai_integration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import {
2929
ShortenCommand,
3030
SummarizeCommand,
3131
TranslateCommand,
32-
} from '@ts/core/ai_integration/commands';
32+
} from '@ts/core/ai_integration/commands/index';
3333
import { PromptManager } from '@ts/core/ai_integration/core/prompt_manager';
3434
import { RequestManager } from '@ts/core/ai_integration/core/request_manager';
3535

0 commit comments

Comments
 (0)