mirror of
https://github.com/langgenius/dify.git
synced 2026-01-06 06:26:00 +00:00
11 lines
245 B
TypeScript
11 lines
245 B
TypeScript
import React from 'react'
|
|
import CreateFromPipeline from '@/app/components/datasets/documents/create-from-pipeline'
|
|
|
|
const CreateFromPipelinePage = async () => {
|
|
return (
|
|
<CreateFromPipeline />
|
|
)
|
|
}
|
|
|
|
export default CreateFromPipelinePage
|