import React from 'react' const Sandbox = () => { return ( ) } export default React.memo(Sandbox)