完善兑换码界面

This commit is contained in:
CaIon
2023-11-10 00:10:41 +08:00
parent f569ca270e
commit 44d9eb9d05
8 changed files with 490 additions and 368 deletions

View File

@@ -1,16 +1,15 @@
import React from 'react';
import TokensTable from '../../components/TokensTable';
import {Layout} from "@douyinfe/semi-ui";
const {Content, Header} = Layout;
const Token = () => (
<>
<Layout>
<Header>
<Layout.Header>
<h3>我的令牌</h3>
</Header>
<Content>
</Layout.Header>
<Layout.Content>
<TokensTable/>
</Content>
</Layout.Content>
</Layout>
</>
);