整理会话窗口文件
parent
63965ffd69
commit
00755db441
@ -1,12 +0,0 @@
|
||||
import { useContext } from 'react';
|
||||
import { stores_Context } from '../config';
|
||||
import { Table } from 'antd';
|
||||
|
||||
const ContactInfo = ((props) => {
|
||||
// const { } = useContext(stores_Context);
|
||||
return (
|
||||
<>
|
||||
</>
|
||||
);
|
||||
});
|
||||
export default ContactInfo;
|
@ -1,12 +0,0 @@
|
||||
import { useContext } from 'react';
|
||||
import { stores_Context } from '../config';
|
||||
import { Table } from 'antd';
|
||||
|
||||
const ContactPanel = ((props) => {
|
||||
// const { } = useContext(stores_Context);
|
||||
return (
|
||||
<>
|
||||
</>
|
||||
);
|
||||
});
|
||||
export default ContactPanel;
|
Loading…
Reference in New Issue