import React from "react";
import { Button } from "antd";

export default function (props) {
  return <Button {...props} />;
}
