去除无用组件
This commit is contained in:
parent
ed4106d6e0
commit
2a4f72b621
|
|
@ -5,7 +5,6 @@ import { agora } from '@/utils/package/agora';
|
||||||
import { Button, Empty, Select, message } from 'antd';
|
import { Button, Empty, Select, message } from 'antd';
|
||||||
import { useEffect, useState } from "react";
|
import { useEffect, useState } from "react";
|
||||||
import { useLocation } from 'react-router';
|
import { useLocation } from 'react-router';
|
||||||
import Avatar from '../Avatar';
|
|
||||||
const UserVideo: React.FC = () => {
|
const UserVideo: React.FC = () => {
|
||||||
const { state } = useLocation();
|
const { state } = useLocation();
|
||||||
const [from, setFrom] = useState<any>({
|
const [from, setFrom] = useState<any>({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue