Files
2025-12-23 18:02:10 +08:00

11 lines
226 B
TypeScript

import * as React from 'react'
import CreateFromPipeline from '@/app/components/datasets/create-from-pipeline'
const DatasetCreation = async () => {
return (
<CreateFromPipeline />
)
}
export default DatasetCreation