Images.jsx 142 Bytes
Newer Older
wuhao's avatar
wuhao committed
1 2 3 4 5 6 7 8
import { Image } from "antd";
import React from "react";

let Images = (props) => {
  return <Image {...props} />;
};

export default Images;