This commit is contained in:
peintnermax
2024-03-06 11:19:16 +01:00
parent e7fc080338
commit e3664291ce

View File

@@ -13,7 +13,7 @@ export default function Page() {
<div className="space-y-8">
<h1 className="text-xl font-medium">Headers</h1>
{hds.map((h) => (
<p>
<p key={h}>
{h}:{headersList.get(h)}
</p>
))}