Files
threadcount-community/app/product/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
214 B
TypeScript

import { redirect } from "next/navigation";
// /product was live briefly before the design handoff split it into /features and /how-it-works.
export default function ProductRedirect() {
redirect("/features");
}