MGFeng's picture
Upload 2985 files
c867d8f verified
Raw
History Blame Contribute Delete
149 Bytes
import React from 'react'
type Props = {}
const index = (props: Props) => {
return (
<div>index</div>
)
}
export default index