dify/web/app/components/datasets/api/index.tsx

10 lines
114 B
TypeScript

import * as React from 'react'
const index = () => {
return (
<div>index</div>
)
}
export default index