kikuepi's picture
Upload 4913 files
4304c6d 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