Fix compilation issue
This commit is contained in:
parent
7dbfbb76b7
commit
9029d756e7
@ -1,9 +1,9 @@
|
||||
/* 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';
|
||||
|
||||
export default function GlobalSummary({ summary }: { summary: GlobalSummary }) {
|
||||
export default function GlobalSummary({ summary }: { summary: Summary }) {
|
||||
return (
|
||||
<div className="my-4">
|
||||
<div className="flex flex-row w-full my-2">
|
||||
|
Loading…
x
Reference in New Issue
Block a user