mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 07:38:10 +00:00
6 lines
119 B
TypeScript
6 lines
119 B
TypeScript
import { redirect } from 'next/navigation';
|
|
|
|
export default function ReportsPage() {
|
|
redirect('/reports/overall');
|
|
}
|