kikuepi's picture
Upload 4913 files
4304c6d verified
raw
history blame contribute delete
133 Bytes
import React from 'react'
const Custom = () => {
return (
<div>
Custom
</div>
)
}
export default Custom