import React from 'react'; import { Typography } from 'antd'; import EditServerDetails from '../components/config/edit-server-details'; const { Title } = Typography; export default function ConfigServerDetails() { return (
Server Settings

You should change your stream key from the default and keep it safe. For most people it's likely the other settings will not need to be changed.

); }