import CustomComponent from "./customComponent "; render(){ return ( <CustomComponent></CustomComponent> ) }