dify
This commit is contained in:
9
dify/web/app/components/datasets/api/index.tsx
Normal file
9
dify/web/app/components/datasets/api/index.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react'
|
||||
|
||||
const index = () => {
|
||||
return (
|
||||
<div>index</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default index
|
||||
Reference in New Issue
Block a user