Fehlerkorrekturen

This commit is contained in:
titver968
2025-05-12 11:53:47 +02:00
parent 3dd73a98ca
commit 0b4b131dad
8 changed files with 17 additions and 36 deletions

View File

@@ -1,6 +1,7 @@
<script lang="ts">
import { onMount } from 'svelte';
interface Anmeldung {
pdfs: any;
anrede: string;
vorname: string;
nachname: string;
@@ -90,8 +91,4 @@
}}
class="bg-red-600 text-white px-4 py-3 rounded text-center hover:bg-red-700">
Logout
</button>
</div>
<style>
/* Removed unused .input selector */
</button>