From c776e06365e7adec0f7c6c9889b8caab00b1778b Mon Sep 17 00:00:00 2001 From: Raushen Date: Mon, 25 May 2026 11:52:50 +0300 Subject: [PATCH] Import fix --- apps/demos/Demos/DataGrid/AIAssistant/React/service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/demos/Demos/DataGrid/AIAssistant/React/service.ts b/apps/demos/Demos/DataGrid/AIAssistant/React/service.ts index 5981ff424f75..1fdb7dcbe2fe 100644 --- a/apps/demos/Demos/DataGrid/AIAssistant/React/service.ts +++ b/apps/demos/Demos/DataGrid/AIAssistant/React/service.ts @@ -1,6 +1,6 @@ import { AIIntegration } from 'devextreme-react/common/ai-integration'; import type { RequestParams, Response } from 'devextreme-react/common/ai-integration'; -import OpenAI, { AzureOpenAI } from 'openai'; +import { AzureOpenAI, OpenAI } from 'openai'; import notify from 'devextreme/ui/notify'; import type { AIMessage } from './types';