diff --git a/src/pages/Container/Test/a1/index.js b/src/pages/Container/Test/a1/index.js new file mode 100644 index 0000000..b93bab3 --- /dev/null +++ b/src/pages/Container/Test/a1/index.js @@ -0,0 +1,18 @@ +import React from "react"; +import { Card, Typography } from "antd"; + +const { Title } = Typography; + +function A1Page() { + return ( +