diff --git a/src/pages/index.astro b/src/pages/index.astro index 374a053..9ff8e58 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,6 +1,4 @@ --- -import Form, { FormGroup } from "@astro-reactive/form"; -import { Validators } from "@astro-reactive/validator"; import { extract } from "@extractus/article-extractor"; import { getParams, isURL } from "../utils"; import AddressBar from "../components/address-bar.astro";