Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Severian/dify
zhzabcd
/
dify-run
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0848c81
dify-run
/
web
/
app
/
(commonLayout)
/
explore
/
apps
/
page.tsx
Severian
initial commit
a8b3f00
4 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
)