mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
renamed component
This commit is contained in:
parent
df131acd06
commit
ced449175c
@ -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…
x
Reference in New Issue
Block a user