mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-08 10:23:54 +00:00
9 lines
185 B
JavaScript
9 lines
185 B
JavaScript
'use strict';
|
|
|
|
var React = require('react');
|
|
var Root = require('./src/Root');
|
|
|
|
// For React devtools
|
|
window.React = React;
|
|
|
|
React.renderComponent(Root(window.INITIAL_PROPS), document); |