diff --git a/client/src/Project/CurrentTabContent/ChatTab/Input/InputCore.tsx b/client/src/Project/CurrentTabContent/ChatTab/Input/InputCore.tsx index ad66183acb..7f680be5b7 100644 --- a/client/src/Project/CurrentTabContent/ChatTab/Input/InputCore.tsx +++ b/client/src/Project/CurrentTabContent/ChatTab/Input/InputCore.tsx @@ -11,6 +11,7 @@ import { useNodeViews, } from '@nytimes/react-prosemirror'; import { schema as basicSchema } from 'prosemirror-schema-basic'; +// @ts-ignore import * as icons from 'file-icons-js'; import { useTranslation } from 'react-i18next'; import { InputEditorContent, ParsedQueryType } from '../../../../types/general'; diff --git a/client/src/Project/CurrentTabContent/ChatTab/Input/nodes.ts b/client/src/Project/CurrentTabContent/ChatTab/Input/nodes.ts index b78a04715a..0921c27694 100644 --- a/client/src/Project/CurrentTabContent/ChatTab/Input/nodes.ts +++ b/client/src/Project/CurrentTabContent/ChatTab/Input/nodes.ts @@ -1,3 +1,4 @@ +// @ts-ignore import * as icons from 'file-icons-js'; import { type AttributeSpec, type NodeSpec } from 'prosemirror-model'; import { getFileExtensionForLang, splitPath } from '../../../../utils';