Spaces:
Running
Running
import React from 'react' | |
const Custom = () => { | |
return ( | |
<div> | |
Custom | |
</div> | |
) | |
} | |
export default Custom | |
import React from 'react' | |
const Custom = () => { | |
return ( | |
<div> | |
Custom | |
</div> | |
) | |
} | |
export default Custom | |