mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-29 04:08:12 +08:00
### What problem does this PR solve? Feat: Control interface documentation directory display and hiding ### Type of change - [x] New Feature (non-breaking change which adds functionality) Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
8 lines
189 B
TypeScript
8 lines
189 B
TypeScript
import ApiContent from '@/components/api-service/chat-overview-modal/api-content';
|
|
|
|
const ApiPage = () => {
|
|
return <ApiContent idKey="dialogId"></ApiContent>;
|
|
};
|
|
|
|
export default ApiPage;
|