mirror of
https://github.com/langgenius/dify.git
synced 2025-07-31 05:18:40 +00:00
8 lines
133 B
TypeScript
8 lines
133 B
TypeScript
import List from '../../components/datasets/list'
|
|
|
|
const DatasetList = async () => {
|
|
return <List />
|
|
}
|
|
|
|
export default DatasetList
|