refactor: remove unused imports
This commit is contained in:
parent
72aa15f6ce
commit
da83d551df
1 changed files with 0 additions and 2 deletions
|
@ -1,6 +1,4 @@
|
||||||
---
|
---
|
||||||
import Form, { FormGroup } from "@astro-reactive/form";
|
|
||||||
import { Validators } from "@astro-reactive/validator";
|
|
||||||
import { extract } from "@extractus/article-extractor";
|
import { extract } from "@extractus/article-extractor";
|
||||||
import { getParams, isURL } from "../utils";
|
import { getParams, isURL } from "../utils";
|
||||||
import AddressBar from "../components/address-bar.astro";
|
import AddressBar from "../components/address-bar.astro";
|
||||||
|
|
Loading…
Reference in a new issue