Compare commits
No commits in common. "09a37675a95cfcc208b3910dff68b57a8a38b40b" and "93662f5903fbd57d1503d62589be3008b7a6a4ac" have entirely different histories.
09a37675a9
...
93662f5903
@ -1,9 +1,9 @@
|
|||||||
/* Copyright (C) 2024 Manuel Bustillo*/
|
/* Copyright (C) 2024 Manuel Bustillo*/
|
||||||
|
|
||||||
import { GlobalSummary as Summary} from '@/app/lib/definitions';
|
import { GlobalSummary } from '@/app/lib/definitions';
|
||||||
import { MainCard, SecondaryCard } from '../components/dashboard-cards';
|
import { MainCard, SecondaryCard } from '../components/dashboard-cards';
|
||||||
|
|
||||||
export default function GlobalSummary({ summary }: { summary: Summary }) {
|
export default function GlobalSummary({ summary }: { summary: GlobalSummary }) {
|
||||||
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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user