MGFeng's picture
Upload 2985 files
c867d8f verified
Raw
History Blame Contribute Delete
184 Bytes
import Container from './Container'
const AppList = async () => {
return <Container />
}
export const metadata = {
title: 'Datasets - Dify',
}
export default AppList