🚀 feat(utils.ts): import HuggingFaceIcon from "./icons/HuggingFace" to use the HuggingFace icon in the application

This commit is contained in:
Cristhian Zanforlin Lousa 2023-07-11 08:37:46 -03:00
commit 94b7002af4

View file

@ -49,6 +49,7 @@ 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(" ");