Files
ebiz-dify-ai/web/app/(commonLayout)/tools/custom/page.tsx
2024-01-23 19:31:56 +08:00

11 lines
123 B
TypeScript

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