mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-26 16:14:56 +01:00
7 lines
165 B
TypeScript
7 lines
165 B
TypeScript
import React from 'react';
|
|
import ReactDOM from 'react-dom';
|
|
import App from './App';
|
|
import 'mootools';
|
|
|
|
ReactDOM.render(<App />, document.getElementById('root'));
|