Files
c67f626b66 Feat: Support re-segmentation (#114)
Co-authored-by: John Wang <[email protected]>
Co-authored-by: Jyong <[email protected]>
Co-authored-by: 金伟强 <[email protected]>
2023-06-01 23:19:36 +08:00

9 lines
160 B
TypeScript

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