8 lines
116 B
TypeScript

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