This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
dify
Watch
1
Star
0
Fork
0
You've already forked dify
mirror of
https://github.com/langgenius/dify.git
synced
2025-07-05 16:22:23 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dify
/
web
/
app
/
components
/
datasets
/
api
/
index.tsx
10 lines
109 B
TypeScript
Raw
Permalink
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