Dateien umbenannt und aufgeräumt

This commit is contained in:
Moritz Utcke
2024-12-12 17:00:51 +07:00
parent 8094d136b4
commit 1b1c7bfdb6
15 changed files with 603 additions and 548 deletions

View File

@@ -1,6 +1,6 @@
---
import Layout from "#layouts/Layout.astro";
import BannerPrice from "#content/banner-saeule.svelte";
import BannerSaeule from "#content/BannerSaeule.svelte";
---
@@ -8,7 +8,7 @@ import BannerPrice from "#content/banner-saeule.svelte";
<h1>Unsere Ausweise im Detail:</h1>
<!-- <BannerPrice client:load /> -->
<BannerSaeule client:load />
</Layout>