Severian's picture
initial commit
a8b3f00
raw
history blame
138 Bytes
import React from 'react'
type Props = {}
const index = (props: Props) => {
return (
<div>index</div>
)
}
export default index