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