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