Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kikuepi
/
dify
like
0
Configuration error
App
Files
Files
Community
main
dify
/
web
/
app
/
components
/
datasets
/
api
/
index.tsx
kikuepi
Upload 4913 files
4304c6d
verified
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
149 Bytes
import
React
from
'react'
type
Props
= {}
const
index
= (
props: Props
) => {
return
(
<
div
>
index
</
div
>
)
}
export
default
index