More accurately hide/show and track chat state
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { Layout } from 'antd';
|
||||
import { useRecoilValue } from 'recoil';
|
||||
import { ServerStatusStore } from '../stores/ServerStatusStore';
|
||||
import { ClientConfigStore, clientConfigStateAtom } from '../stores/ClientConfigStore';
|
||||
import { Content, Header } from '../ui';
|
||||
import { ClientConfig } from '../../interfaces/client-config.model';
|
||||
@@ -11,7 +10,6 @@ function Main() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<ServerStatusStore />
|
||||
<ClientConfigStore />
|
||||
<Layout>
|
||||
<Header name={title || name} />
|
||||
|
||||
Reference in New Issue
Block a user