kikuepi's picture
Upload 4913 files
4304c6d verified
raw
history blame contribute delete
168 Bytes
import React from 'react'
import AppList from '@/app/components/explore/app-list'
const Apps = () => {
return <AppList />
}
export default React.memo(Apps)