import { FreshContext } from "$fresh/server.ts"; // deno-lint-ignore require-await export default async function About(_request: Request, _context: FreshContext) { return ( <>

About PolyMPR

PolyMPR is born from the will to enhance Polytech INFO department's HR infrastructure.

Terms of Use

); }