Files
react-webpack-template/src/components/run.js
T

6 lines
151 B
JavaScript

import React from 'react';
import App from './Main';
// Render the main component into the dom
React.render(<App />, document.getElementById('app'));