diff --git a/src/components/Today.astro b/src/components/Today.astro deleted file mode 100644 index 45a4f9f..0000000 --- a/src/components/Today.astro +++ /dev/null @@ -1,6 +0,0 @@ ---- -const currentDate = new Date().toLocaleDateString(); ---- -
{currentDate}
-