Compare commits

..

No commits in common. "f3d9291fdbab2b2a039c7d70da6c38e6a5f1a746" and "1c55fce9482294dcd526bdf1c8df3a84b0668899" have entirely different histories.

1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
import React from "react";
import { Card, Typography } from "antd";
const { Title } = Typography;
function A1Page() {
return (
<div style={{ padding: 24 }}>
<Card>
<Title level={3} style={{ textAlign: "center" }}>
你好
</Title>
</Card>
</div>
);
}
export default A1Page;