Commit 764b5e68 authored by zhaoxuanchao's avatar zhaoxuanchao
Browse files

feat: test2

parent 57887d9a
import React from 'react' import React from "react";
import {Layout} from 'antd' import { Layout } from "antd";
const { Content } = Layout const { Content } = Layout;
function VipUser(){ function VipUser() {
return ( return (
<Content style={{padding:'0 24px',minHeight:280}}>VIP用户</Content> <Content style={{ padding: "0 24px", minHeight: 280 }}>VIP用户222</Content>
) );
} }
export default VipUser export default VipUser;
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment