feat: Basic Calendar without any functions

This commit is contained in:
Semir 2025-05-15 08:40:12 +02:00 committed by Dominik Stahl
parent 412117b4dd
commit a6cc4d3284
3 changed files with 84 additions and 5 deletions

View file

@ -19,4 +19,4 @@ export default function Home() {
</div>
</div>
);
}
};