V1.1.0: Auth dazugefügt

This commit is contained in:
2026-02-28 15:56:33 +00:00
parent fec587a524
commit c067a42302
9 changed files with 376 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ import WerteForm from '@/components/WerteForm';
import WerteList from '@/components/WerteList';
import { WerteEntry } from '@/types/werte';
import packageJson from '@/package.json';
import LogoutButton from '@/components/LogoutButton';
export default function Home() {
const [entries, setEntries] = useState<WerteEntry[]>([]);