//src\components\LateStartReportGen\LateStartReportGenLoading.tsx
import Card from "@mui/material/Card";
import CardContent from "@mui/material/CardContent";
import Skeleton from "@mui/material/Skeleton";
import Stack from "@mui/material/Stack";
import React from "react";
// Can make this nicer
export const CostAndExpenseReportLoading: React.FC = () => {
return (
<>
{/*
*/}
>
);
};
export default CostAndExpenseReportLoading;