Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
eatski committed Aug 28, 2024
1 parent 57fc524 commit e19b509
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/poc/[id]/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import { cookies } from "next/headers";

const now = new Date();
console.log(now.toISOString());

export default function PoC() {
cookies().get("key");
return (
<div>
<h1>PoC</h1>
Expand Down

0 comments on commit e19b509

Please sign in to comment.