// material-ui import { Card, CardContent, Grid } from '@mui/material'; import Skeleton from '@mui/material/Skeleton'; // project imports import { gridSpacing } from 'store/constant'; // ==============================|| SKELETON TOTAL GROWTH BAR CHART ||============================== // const TotalGrowthBarChart = () => ( ); export default TotalGrowthBarChart;