This website requires JavaScript.
Explore
Help
Register
Sign In
admin
/
dify
Watch
1
Star
0
Fork
0
You've already forked dify
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
6453fc49735ed2e94de310d6a637fb29ca70aaac
dify
/
web
/
app
/
components
/
datasets
/
api
/
index.tsx
10 lines
109 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Initial commit
2023-05-15 08:51:32 +08:00
import
React
from
'react'
Chore/cleanup warnings (#17974)
2025-04-14 11:27:14 +08:00
const
index
=
(
)
=
>
{
Initial commit
2023-05-15 08:51:32 +08:00
return
(
<
div
>
index
<
/
div
>
)
}
export
default
index
Reference in New Issue
Copy Permalink