Files
threadcount-community/app/reports/page.tsx
T
ThreadCount 344b1701dd ThreadCount Community edition
Uniform stock management for healthcare linen rooms. Licensed under the GNU AGPL v3.
2026-09-13 08:54:35 +10:00

7 lines
202 B
TypeScript

import { redirect } from "next/navigation";
// The handoff names this page /reporting; /reports was the short-lived earlier URL.
export default function ReportsRedirect() {
redirect("/reporting");
}