changed some defaults, fixed favicon generation and installed navbar component

This commit is contained in:
2025-08-06 21:46:19 +02:00
parent ecc1c7078e
commit 38b48453f0
27 changed files with 306 additions and 82 deletions

View File

@@ -1,7 +0,0 @@
export default function Logo() {
return (
<div>
<h1>Logo</h1>
</div>
);
}