ThreadCount Community edition
Uniform stock management for healthcare linen rooms. Licensed under the GNU AGPL v3.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import LegalDoc from "@/components/LegalDoc";
|
||||
import { DOC_META } from "@/lib/legal";
|
||||
|
||||
const M = DOC_META["About & Contact"];
|
||||
export const metadata = { title: M.title, description: M.desc, alternates: { canonical: M.path } };
|
||||
|
||||
export default function Page() {
|
||||
return <LegalDoc name="About & Contact" />;
|
||||
}
|
||||
Reference in New Issue
Block a user