10 lines
120 B
TypeScript
Raw Normal View History

import Apps from '@/app/components/apps'
2023-05-15 08:51:32 +08:00
const AppList = () => {
2023-05-15 08:51:32 +08:00
return (
<Apps />
2023-05-15 08:51:32 +08:00
)
}
export default AppList