sheer / src /pages /home /hooks.ts
barreloflube's picture
feat: add Hugging Face and Clerk integrations with enhanced configuration
136f9cf
raw
history blame
257 Bytes
import { useConfig, useUpdateConfig, useUpdateEnabledModels } from "@/hooks/use-config";
import { useDebounceCallback } from "@/hooks/use-debounce";
// Re-export the hooks
export { useConfig, useUpdateConfig, useUpdateEnabledModels, useDebounceCallback };