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

10 lines
109 B
TypeScript
Raw Normal View History

2025-12-01 17:21:38 +08:00
import React from 'react'
const index = () => {
return (
<div>index</div>
)
}
export default index