Update Carousel.md

This commit is contained in:
Angelos Chalaris
2019-01-28 20:08:51 +02:00
committed by GitHub
parent d2e90d5d6b
commit e9f1b26196

View File

@ -78,7 +78,7 @@ ReactDOM.render(
<div>carousel item 3</div> <div>carousel item 3</div>
]} ]}
/>, />,
document.getElementById("app") document.getElementById("root")
); );
``` ```