import React from "react"; const DataTable = () => { return (
DataTable
); }; export default DataTable;