10 lines
120 B
TypeScript

import Apps from '@/app/components/apps'
const AppList = () => {
return (
<Apps />
)
}
export default AppList