mirror of
https://github.com/langgenius/dify.git
synced 2026-07-27 06:58:30 +08:00
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: GareArc <garethcxy@dify.ai>
6 lines
148 B
TypeScript
6 lines
148 B
TypeScript
import { CreateKnowledgePage } from '@/features/new-rag/create-knowledge-page'
|
|
|
|
export default function Page() {
|
|
return <CreateKnowledgePage />
|
|
}
|