diff --git a/app/src/docs/_examples/richTextEditor/WithInnerScroll.example.tsx b/app/src/docs/_examples/richTextEditor/WithInnerScroll.example.tsx index 518b7348e4..0504a87709 100644 --- a/app/src/docs/_examples/richTextEditor/WithInnerScroll.example.tsx +++ b/app/src/docs/_examples/richTextEditor/WithInnerScroll.example.tsx @@ -1,6 +1,6 @@ import React, { useState } from 'react'; import { FileUploadResponse, useUuiContext } from '@epam/uui-core'; -import { ErrorNotification, Panel } from '@epam/promo'; +import { ErrorNotification, FlexRow } from '@epam/promo'; import { SlateEditor, defaultPlugins, imagePlugin, videoPlugin, attachmentPlugin, toDoListPlugin, baseMarksPlugin, linkPlugin, iframePlugin, notePlugin, separatorPlugin, uploadFilePlugin, tablePlugin, quotePlugin, colorPlugin, superscriptPlugin, headerPlugin, listPlugin, placeholderPlugin, EditorValue, codeBlockPlugin, @@ -56,7 +56,7 @@ export default function WithInnerScrollExample() { ]; return ( - + - + ); }