Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseyManetov committed Jun 5, 2024
1 parent 8c4fdf8 commit 319d58e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { UploadFileToggler } from '@epam/uui-components';
import { useEditorRef } from '@udecode/plate-common';
import React, { useCallback, useRef } from 'react';
import React, { useCallback } from 'react';

import { useIsPluginActive, isTextSelected } from '../../helpers';
import { ReactComponent as AttachIcon } from '../../icons/attach-file.svg';
Expand Down

0 comments on commit 319d58e

Please sign in to comment.