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