Remove footer component import
The footer component is now in the layout, this import is no longer needed in index.astro
This commit is contained in:
committed by
GitHub
parent
2546130d25
commit
66e5076634
@@ -2,7 +2,6 @@
|
||||
import Container from "@components/container.astro";
|
||||
import Cta from "@components/cta.astro";
|
||||
import Features from "@components/features.astro";
|
||||
import Footer from "@components/footer.astro";
|
||||
import Hero from "@components/hero.astro";
|
||||
import Logos from "@components/logos.astro";
|
||||
import Layout from "@layouts/Layout.astro";
|
||||
|
||||
Reference in New Issue
Block a user