mirror of
https://github.com/langgenius/dify.git
synced 2026-03-10 03:00:20 +08: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
|