kikuepi's picture
Upload 4913 files
4304c6d verified
raw
history blame contribute delete
196 Bytes
import Container from './Container'
const AppList = async () => {
return (
<Container />
)
}
export const metadata = {
title: 'Datasets - Dify',
}
export default AppList