produkte und widget
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
---
|
||||
import Layout from "#layouts/Layout.astro";
|
||||
import ProduktUebersichtBedarfsausweisGewerbe from "#components/design/content/ProduktUebersichtBedarfsausweisGewerbe.svelte";
|
||||
---
|
||||
|
||||
<Layout title="Bedarfsausweis Produktübersicht">
|
||||
|
||||
<ProduktUebersichtBedarfsausweisGewerbe>
|
||||
|
||||
</ProduktUebersichtBedarfsausweisGewerbe>
|
||||
|
||||
|
||||
</Layout>
|
||||
@@ -0,0 +1,13 @@
|
||||
---
|
||||
import Layout from "#layouts/Layout.astro";
|
||||
import ProduktUebersichtBedarfsausweisWohnen from "#components/design/content/ProduktUebersichtBedarfsausweisWohnen.svelte";
|
||||
---
|
||||
|
||||
<Layout title="Bedarfsausweis Produktübersicht">
|
||||
|
||||
<ProduktUebersichtBedarfsausweisWohnen>
|
||||
|
||||
</ProduktUebersichtBedarfsausweisWohnen>
|
||||
|
||||
|
||||
</Layout>
|
||||
@@ -0,0 +1,13 @@
|
||||
---
|
||||
import Layout from "#layouts/Layout.astro";
|
||||
import ProduktUebersichtVerbrauchsausweisGewerbe from "#components/design/content/ProduktUebersichtVerbrauchsausweisGewerbe.svelte";
|
||||
---
|
||||
|
||||
<Layout title="Verbrauchsausweis Produktübersicht">
|
||||
|
||||
<ProduktUebersichtVerbrauchsausweisGewerbe>
|
||||
|
||||
</ProduktUebersichtVerbrauchsausweisGewerbe>
|
||||
|
||||
|
||||
</Layout>
|
||||
@@ -10,5 +10,4 @@ import ProduktUebersichtVerbrauchsausweisWohnen from "#components/design/content
|
||||
</ProduktUebersichtVerbrauchsausweisWohnen>
|
||||
|
||||
|
||||
|
||||
</Layout>
|
||||
Reference in New Issue
Block a user