This commit is contained in:
Robert Jagtiani
2025-02-08 02:37:39 +01:00
parent 01469e7d3f
commit efde2a9422
7 changed files with 448 additions and 429 deletions

View File

@@ -1,9 +1,21 @@
---
import WelcherAusweisWidget from "#components/widgets/WelcherAusweisWidget_1.svelte";
const { vermittler } = Astro.params;
---
<WelcherAusweisWidget client:load/>
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
</head>
<body>
<WelcherAusweisWidget client:only/>
</body>
</html>