import React from "react"; import Loaders from ".."; const RowsLoader = (props) => { return (
); }; export default RowsLoader;