|
|
@@ -8,12 +8,14 @@ import Tabs, { TabsProps } from "@mui/material/Tabs"; |
|
|
|
import Tab from "@mui/material/Tab"; |
|
|
|
import Typography from "@mui/material/Typography"; |
|
|
|
import ProjectFinancialSummaryComponents from "@/components/ProjectFinancialSummary"; |
|
|
|
import { preloadClientProjects } from "@/app/api/clientprojects"; |
|
|
|
|
|
|
|
export const metadata: Metadata = { |
|
|
|
title: "Project Status by Client", |
|
|
|
}; |
|
|
|
|
|
|
|
const ProjectFinancialSummary: React.FC = () => { |
|
|
|
preloadClientProjects(); |
|
|
|
return ( |
|
|
|
<I18nProvider namespaces={["dashboard"]}> |
|
|
|
<Typography variant="h4" marginInlineEnd={2}> |
|
|
|