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 1a332a9373
commit 91bd8df5c7
3 changed files with 92 additions and 13 deletions

View file

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