dify/web/app/components/plugins/plugin-detail-panel/action-list.tsx

12 lines
146 B
TypeScript
Raw Normal View History

2024-10-12 16:29:46 +08:00
import React from 'react'
const ActionList = () => {
return (
<div>
<h1>Action List</h1>
</div>
)
}
export default ActionList