formatted code

This commit is contained in:
Kevin FEDYNA
2025-01-21 23:53:43 +01:00
parent 85766ffeed
commit 596ee0536a
+3 -1
View File
@@ -5,7 +5,9 @@ export default async function Home(_request: Request, _context: FreshContext) {
return (
<>
<h2>PolyMPR</h2>
<h3>The <em>ultimate</em> HR platform</h3>
<h3>
The <em>ultimate</em> HR platform
</h3>
</>
);
}