From da83d551dff528910467cd4ced683fae84f96357 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 13 May 2023 11:46:18 +0200 Subject: [PATCH] refactor: remove unused imports --- src/pages/index.astro | 2 -- 1 file changed, 2 deletions(-) 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";