mirror of
https://github.com/langgenius/dify.git
synced 2025-08-01 22:06:17 +00:00
9 lines
270 B
TypeScript
9 lines
270 B
TypeScript
![]() |
import React from 'react'
|
||
|
import ExternalKnowledgeBaseConnector from '@/app/components/datasets/external-knowledge-base/connector'
|
||
|
|
||
|
const ExternalKnowledgeBaseCreation = () => {
|
||
|
return <ExternalKnowledgeBaseConnector />
|
||
|
}
|
||
|
|
||
|
export default ExternalKnowledgeBaseCreation
|