import React from "react"; import styles from "./index.less"; import { Progress } from "antd"; const Demo = () => (
); export default () => (
);