import React from "react"; import commands from "../../../electron/commands"; type CustomModelsFolderSelectProps = { customModelsPath: string; setCustomModelsPath: (arg: string) => void; }; export function CustomModelsFolderSelect({ customModelsPath, setCustomModelsPath, }: CustomModelsFolderSelectProps) { return (
ADD CUSTOM MODELS
{customModelsPath}