source: js/human_3d_alignment/src/app.jsx @ 881

Last change on this file since 881 was 881, checked in by Maciej Komosinski, 5 years ago

Initial, prototype version of a javascript app to test how humans align two 3D structures

File size: 167 bytes
Line 
1import MainView from './index';
2import React from 'react';
3import ReactDOM from 'react-dom';
4
5ReactDOM.render(
6    <MainView />,
7    document.querySelector('.root')
8);
Note: See TracBrowser for help on using the repository browser.