📅  最后修改于: 2022-03-11 15:03:03.598000             🧑  作者: Mango
return a tag to the rendered component
put your other components inside the tag.E.g;
const App=()=>{
return(
,
);
}
ReactDom.render( ,document.getElementByid("root));