Remove unneeded import

This commit is contained in:
Enrico Bühler 2023-06-25 14:48:44 +02:00
parent 82e0ee9280
commit 512d102bb2

View File

@ -1,7 +1,6 @@
---
import RootLayout from "@/layouts/RootLayout.astro";
import Section from "@/components/Section.astro";
import Button from "@/components/Button.astro";
import Landing from "@/sections/Landing.astro";
import Introduction from "@/sections/Introduction.astro";
import Features from "@/sections/Features.astro";