8 lines
145 B
TypeScript
Raw Normal View History

2025-04-30 14:16:13 +08:00
import Container from '../../components/datasets/list/container'
2023-05-15 08:51:32 +08:00
const AppList = async () => {
return <Container />
2023-05-15 08:51:32 +08:00
}
export default AppList