/* Copyright (C) 2024 Manuel Bustillo*/ import { MainCard, SecondaryCard } from '../components/dashboard-cards'; export default async function GlobalSummary() { return (
); }