import AppList from "@/app/components/explore/app-list" import React from 'react' const Apps = ({ }) => { return <AppList /> } export default React.memo(Apps)