From 5557ef3ab525beb4ffd030561540b523f2dd1603 Mon Sep 17 00:00:00 2001 From: n4ze3m Date: Wed, 7 Aug 2024 22:16:48 +0530 Subject: [PATCH] refactor: Remove unused import in PlaygroundForm component --- src/components/Option/Playground/PlaygroundForm.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Option/Playground/PlaygroundForm.tsx b/src/components/Option/Playground/PlaygroundForm.tsx index 8aee6e3..274600e 100644 --- a/src/components/Option/Playground/PlaygroundForm.tsx +++ b/src/components/Option/Playground/PlaygroundForm.tsx @@ -14,7 +14,6 @@ import { useTranslation } from "react-i18next" import { KnowledgeSelect } from "../Knowledge/KnowledgeSelect" import { useSpeechRecognition } from "@/hooks/useSpeechRecognition" import { PiGlobe } from "react-icons/pi" -import { extractReadabilityContent } from "@/parser/reader" type Props = { dropedFile: File | undefined