🚀 feat(utils.ts): import HuggingFaceIcon from "./icons/HuggingFace" to use the HuggingFace icon in the application
This commit is contained in:
parent
8bca40e4af
commit
94b7002af4
1 changed files with 1 additions and 0 deletions
|
|
@ -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(" ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue