mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-30 01:24:55 +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'));
|