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

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