Severian's picture
initial commit
a8b3f00
raw
history blame
173 Bytes
import Container from './Container'
const AppList = async () => {
return <Container />
}
export const metadata = {
title: 'Datasets - Dify',
}
export default AppList