diff --git a/samples/maps/geo-map/display-all-imagery/src/index.tsx b/samples/maps/geo-map/display-all-imagery/src/index.tsx index 27b92c60c..83b348d80 100644 --- a/samples/maps/geo-map/display-all-imagery/src/index.tsx +++ b/samples/maps/geo-map/display-all-imagery/src/index.tsx @@ -369,6 +369,5 @@ export default class MapDisplayImageryTiles extends React.Component { } } -// ----------- RENDER BLOCK ------------- -const root = ReactDOM.createRoot(document.getElementById("root") as HTMLElement); -root.render(); +const root = ReactDOM.createRoot(document.getElementById('root')); +root.render();