Skip to content

Commit

Permalink
πŸ› fix: richText
Browse files Browse the repository at this point in the history
  • Loading branch information
eternallycyf committed Nov 24, 2024
1 parent 08afde9 commit b17c37f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { DownOutlined } from '@ant-design/icons';
import { Popover, Tooltip, Typography } from 'antd';
import _ from 'lodash';
import { Popover, Typography } from 'antd';
import { FC, useCallback, useMemo, useState, type CSSProperties } from 'react';
import './index.less';
import type { RichTextProps } from './interface';
Expand Down

0 comments on commit b17c37f

Please sign in to comment.