Manuel Bustillo 7a0b03b67f
Some checks failed
Check usage of free licenses / build-static-assets (pull_request) Failing after 17s
Add copyright notice / copyright_notice (pull_request) Failing after 18s
Playwright Tests / test (pull_request) Failing after 27s
Rename summary component and move it to the dashboard
2024-11-10 21:13:17 +01:00

9 lines
176 B
TypeScript

/* Copyright (C) 2024 Manuel Bustillo*/
import GlobalSummary from '@/app/ui/dashboard/global-summary';
export default function Page() {
return(
<GlobalSummary />
);
}