fix: 删除无用引入

This commit is contained in:
苑宏博 2024-04-25 19:26:26 +08:00
parent b915d80dea
commit b6b61b6c54

View File

@ -1,4 +1,4 @@
import React, { useState } from 'react'; import React from 'react';
import VideoPlayerCard from '../../../VideoPlayerCard'; import VideoPlayerCard from '../../../VideoPlayerCard';
import { VideoPlayerCardProps } from '../../../VideoPlayerCard'; import { VideoPlayerCardProps } from '../../../VideoPlayerCard';
import { Segmented } from 'antd'; import { Segmented } from 'antd';