fix: 删除无用引入

This commit is contained in:
苑宏博 2024-05-10 11:13:19 +08:00
parent ac9e098c0c
commit 9ed531d9da

View File

@ -1,7 +1,7 @@
import React from 'react';
import VideoPlayerCard from '../../../VideoPlayerCard';
import { VideoPlayerCardProps } from '../../../VideoPlayerCard';
import { ConfigProvider, Segmented, theme } from 'antd';
import { Segmented, theme } from 'antd';
import { AppstoreOutlined, BarsOutlined } from '@ant-design/icons';
import { pxToRem } from '@zhst/func'
import './index.less'