Compare commits
No commits in common. "f3d9291fdbab2b2a039c7d70da6c38e6a5f1a746" and "1c55fce9482294dcd526bdf1c8df3a84b0668899" have entirely different histories.
f3d9291fdb
...
1c55fce948
|
|
@ -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;
|
|
||||||
Loading…
Reference in New Issue