source:
js/human_3d_alignment/src/app.jsx
@
1081
Last change on this file since 1081 was 881, checked in by , 6 years ago | |
---|---|
File size: 167 bytes |
Rev | Line | |
---|---|---|
[881] | 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.