Xin Zhang
initial dify code
27fd333
raw
history blame contribute delete
138 Bytes
import React from 'react'
type Props = {}
const index = (props: Props) => {
return (
<div>index</div>
)
}
export default index