mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-31 10:35:04 +08:00

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
|