1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/public/js/app.jsx

4 lines
138 B
React
Raw Normal View History

2015-03-17 22:21:49 +01:00
var React = require('react');
var UnleashApp = require('./UnleashApp');
React.render(<UnleashApp />, document.getElementById('content'));