Xin Zhang
initial dify code
27fd333
raw
history blame contribute delete
123 Bytes
import React from 'react'
const Custom = () => {
return (
<div>
Custom
</div>
)
}
export default Custom