source:
js/human_3d_alignment/src/app.jsx
@
1254
Last change on this file since 1254 was 881, checked in by , 5 years ago | |
---|---|
File size: 167 bytes |
Line | |
---|---|
1 | import MainView from './index'; |
2 | import React from 'react'; |
3 | import ReactDOM from 'react-dom'; |
4 | |
5 | ReactDOM.render( |
6 | <MainView />, |
7 | document.querySelector('.root') |
8 | ); |
Note: See TracBrowser
for help on using the repository browser.