File size: 191 Bytes
70b1cb8
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
import LLMSelect from '@/components/llm-select';

const CategorizeForm = () => {
  return (
    <section>
      <LLMSelect></LLMSelect>
    </section>
  );
};

export default CategorizeForm;