mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
renamed component
This commit is contained in:
parent
df131acd06
commit
ced449175c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ import { ServerStatus } from '../../../interfaces/server-status.model';
|
|||
const { TabPane } = Tabs;
|
||||
const { Content } = Layout;
|
||||
|
||||
export default function FooterComponent() {
|
||||
export default function ContentComponent() {
|
||||
const status = useRecoilValue<ServerStatus>(serverStatusState);
|
||||
const clientConfig = useRecoilValue<ClientConfig>(clientConfigStateAtom);
|
||||
const chatOpen = useRecoilValue<ChatVisibilityState>(chatVisibilityAtom);
|
||||
|
|
Loading…
Reference in a new issue