import { Layout } from 'antd';
import { ServerStatusStore } from '../stores/ServerStatusStore';
import { ClientConfigStore } from '../stores/ClientConfigStore';
import { Content, Header } from '../ui';
function Main() {
return (
<>
>
);
}
export default Main;