import ColTable from "../../ColTable" import Table from "./Table" function List({ data, loading }) { return (
) } export default List