Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Severian/dify
Underground-Digital
/
Workflow-Engine
like
0
Build error
App
Files
Files
Community
337ba97
Workflow-Engine
/
web
/
app
/
(commonLayout)
/
explore
/
apps
/
page.tsx
Severian
initial commit
a8b3f00
about 2 months ago
raw
Copy download link
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
)