dify/web/app/(commonLayout)/tools/third-part/page.tsx

11 lines
133 B
TypeScript
Raw Permalink Normal View History

import React from 'react'
const ThirdPart = () => {
return (
<div>
Third part
</div>
)
}
export default ThirdPart