dify/web/app/components/plugins/plugin-detail-panel/action-list.tsx
2024-10-12 16:37:57 +08:00

12 lines
146 B
TypeScript

import React from 'react'
const ActionList = () => {
return (
<div>
<h1>Action List</h1>
</div>
)
}
export default ActionList