🔥 refactor(utils.ts): remove unused import of HuggingFaceIcon to improve code cleanliness and reduce unused dependencies

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-07-11 09:25:51 -03:00
commit 66d8a104c0

View file

@ -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<string>) {
return classes.filter(Boolean).join(" ");