From 66d8a104c04f6de0bf1df222f66c58e387aba687 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Tue, 11 Jul 2023 09:25:51 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20refactor(utils.ts):=20remove=20u?= =?UTF-8?q?nused=20import=20of=20HuggingFaceIcon=20to=20improve=20code=20c?= =?UTF-8?q?leanliness=20and=20reduce=20unused=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/src/utils.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontend/src/utils.ts b/src/frontend/src/utils.ts index 32055bdc5..4983edc60 100644 --- a/src/frontend/src/utils.ts +++ b/src/frontend/src/utils.ts @@ -50,7 +50,6 @@ import { SupabaseIcon } from "./icons/supabase"; import { APITemplateType } from "./types/api"; import { IVarHighlightType } from "./types/components"; import { FlowType, NodeType } from "./types/flow"; -import { HuggingFaceIcon } from "./icons/HuggingFace"; export function classNames(...classes: Array) { return classes.filter(Boolean).join(" ");