remove today component

Co-authored-by: Petter Sæterøy <potetmos1@users.noreply.github.com>
This commit is contained in:
2025-07-02 23:05:12 +02:00
parent 6ec87647cf
commit e391330a7f

View File

@ -1,6 +0,0 @@
---
const currentDate = new Date().toLocaleDateString();
---
<div>
<p> {currentDate}</p>
</div>