diff --git a/apps/demos/Demos/HtmlEditor/AITextEditing/Angular/app/app.service.ts b/apps/demos/Demos/HtmlEditor/AITextEditing/Angular/app/app.service.ts index f04866495dcc..7c99ac1335d9 100644 --- a/apps/demos/Demos/HtmlEditor/AITextEditing/Angular/app/app.service.ts +++ b/apps/demos/Demos/HtmlEditor/AITextEditing/Angular/app/app.service.ts @@ -1,5 +1,5 @@ import { Injectable } from '@angular/core'; -import { type DxHtmlEditorTypes } from 'devextreme-angular/ui/html_editor'; +import { type DxHtmlEditorTypes } from 'devextreme-angular/ui/html-editor'; const extractKeywordsPrompt: DxHtmlEditorTypes.AICustomCommand['prompt'] = () => 'Extract a list of keywords from the text and return it as a comma-separated string';