Skip to content

Commit

Permalink
fix: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
web-mi committed Jan 28, 2024
1 parent a197e39 commit 729b378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FormPluginEditor/TextStyleSelect.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ToolbarChildrenProps } from '@draft-js-plugins/static-toolbar/lib/components/Toolbar';
import { convertToRaw, EditorState, Modifier, SelectionState } from 'draft-js';
import { EditorState, Modifier, SelectionState } from 'draft-js';
import { useTranslation } from 'react-i18next';
import { useCallback, useMemo } from 'react';
import { Select } from 'antd';
Expand Down

0 comments on commit 729b378

Please sign in to comment.