Severian's picture
initial commit
a8b3f00
raw
history blame
160 Bytes
import React from 'react'
import AppList from '@/app/components/explore/app-list'
const Apps = () => {
return <AppList />
}
export default React.memo(Apps)