🔥 refactor(utils.ts): remove unused import of HuggingFaceIcon to improve code cleanliness and reduce unused dependencies
This commit is contained in:
parent
a91de9d615
commit
66d8a104c0
1 changed files with 0 additions and 1 deletions
|
|
@ -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(" ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue