remove unneeded newline

This commit is contained in:
Enrico Bühler 2024-06-29 18:56:21 +02:00
parent 520217e685
commit 42d5dd3a32

View File

@ -74,7 +74,6 @@ Unter ```/web/src/components``` findest du unsere Komponenten die quasi die Baus
Eine Normale Site ist so aufgebaut: Eine Normale Site ist so aufgebaut:
```` ````
--- ---
import Heading from "@/components/Heading.astro"; import Heading from "@/components/Heading.astro";
import Section from "@/components/Section.astro"; import Section from "@/components/Section.astro";