import { Table as AntdTable } from "antd";

export const TableNew = (props) => {
  return <AntdTable {...props} />;
};
