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