import Container from '../../components/datasets/list/container'
const AppList = async () => {
return <Container />
}
export default AppList