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