added calendar and rough structure of calendar

This commit is contained in:
CoGomu
2025-05-11 19:35:39 +02:00
parent f88402d04e
commit f8cb42962a
13 changed files with 591 additions and 14 deletions

8
package.json Normal file
View File

@@ -0,0 +1,8 @@
{
"dependencies": {
"moment": "^2.30.1"
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.42"
}
}