mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 19:59:50 +08:00
9dbb8acd4b
Co-authored-by: Joel <iamjoel007@gmail.com> Co-authored-by: crazywoola <427733928@qq.com>
14 lines
183 B
TypeScript
14 lines
183 B
TypeScript
import Container from './Container'
|
|
|
|
const AppList = async () => {
|
|
return (
|
|
<Container />
|
|
)
|
|
}
|
|
|
|
export const metadata = {
|
|
title: 'Datasets - Dify',
|
|
}
|
|
|
|
export default AppList
|