Fix some components being rendered as pages

This commit is contained in:
Gabe Kangas
2023-01-09 15:00:53 -08:00
parent d169d9d023
commit c542dc10da
13 changed files with 53 additions and 49 deletions

View File

@@ -1,9 +1,9 @@
import React from 'react';
import { Tabs } from 'antd';
import StreamKeys from './StreamKeys';
import ServerConfig from './ServerConfig';
import StorageConfig from './StorageConfig';
import StreamKeys from './components/StreamKeys';
import ServerConfig from './components/ServerConfig';
import StorageConfig from './components/StorageConfig';
export default function PublicFacingDetails() {
return (