diff --git a/web/src/pages/index.astro b/web/src/pages/index.astro index a0d5931..6f2446f 100644 --- a/web/src/pages/index.astro +++ b/web/src/pages/index.astro @@ -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";