Remove useless page

This commit is contained in:
JustSong
2023-04-22 21:41:16 +08:00
parent 539eac217f
commit af96007025
9 changed files with 325 additions and 328 deletions

View File

@@ -1,12 +1,12 @@
import React from 'react';
import { Header, Segment } from 'semantic-ui-react';
import FilesTable from '../../components/FilesTable';
import ChannelsTable from '../../components/ChannelsTable';
const File = () => (
<>
<Segment>
<Header as='h3'>管理文件</Header>
<FilesTable />
<Header as='h3'>管理渠道</Header>
<ChannelsTable />
</Segment>
</>
);