Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Severian
/
dify
like
0
Paused
App
Files
Files
Community
6856dac
dify
/
web
/
app
/
(shareLayout)
/
workflow
/
[token]
/
page.tsx
Severian
initial commit
a8b3f00
about 1 month ago
raw
Copy download link
history
blame
Safe
189 Bytes
import
React
from
'react'
import
Main
from
'@/app/components/share/text-generation'
const
Workflow
= (
) => {
return
(
<
Main
isWorkflow
/>
)
}
export
default
React
.
memo
(
Workflow
)