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