Xin Zhang
initial dify code
27fd333
raw
history blame contribute delete
160 Bytes
import React from 'react'
import AppList from '@/app/components/explore/app-list'
const Apps = () => {
return <AppList />
}
export default React.memo(Apps)