dify
This commit is contained in:
8
dify/web/app/(commonLayout)/explore/apps/page.tsx
Normal file
8
dify/web/app/(commonLayout)/explore/apps/page.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import React from 'react'
|
||||
import AppList from '@/app/components/explore/app-list'
|
||||
|
||||
const Apps = () => {
|
||||
return <AppList />
|
||||
}
|
||||
|
||||
export default React.memo(Apps)
|
||||
Reference in New Issue
Block a user