Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Severian
/
dify
like
0
Paused
App
Files
Files
Community
e26861f
dify
/
web
/
app
/
components
/
datasets
/
api
/
index.tsx
Severian
initial commit
a8b3f00
17 days ago
raw
Copy download link
history
blame
Safe
138 Bytes
import
React
from
'react'
type
Props
= {}
const
index
= (
props: Props
) => {
return
(
<
div
>
index
</
div
>
)
}
export
default
index