import LLMSelect from '@/components/llm-select'; | |
const CategorizeForm = () => { | |
return ( | |
<section> | |
<LLMSelect></LLMSelect> | |
</section> | |
); | |
}; | |
export default CategorizeForm; | |
import LLMSelect from '@/components/llm-select'; | |
const CategorizeForm = () => { | |
return ( | |
<section> | |
<LLMSelect></LLMSelect> | |
</section> | |
); | |
}; | |
export default CategorizeForm; | |