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