Fix compilation issue #151

Merged
bustikiller merged 1 commits from dashboard into main 2024-12-11 23:20:55 +00:00

View File

@ -1,9 +1,9 @@
/* Copyright (C) 2024 Manuel Bustillo*/ /* Copyright (C) 2024 Manuel Bustillo*/
import { GlobalSummary } from '@/app/lib/definitions'; import { GlobalSummary as Summary} from '@/app/lib/definitions';
import { MainCard, SecondaryCard } from '../components/dashboard-cards'; import { MainCard, SecondaryCard } from '../components/dashboard-cards';
export default function GlobalSummary({ summary }: { summary: GlobalSummary }) { export default function GlobalSummary({ summary }: { summary: Summary }) {
return ( return (
<div className="my-4"> <div className="my-4">
<div className="flex flex-row w-full my-2"> <div className="flex flex-row w-full my-2">