We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4998a91 commit c57d7e6Copy full SHA for c57d7e6
templates/javascript/Component.js
@@ -1,7 +1,7 @@
1
'use strict';
2
3
var React = require('react/addons');<% if(rich && architecture === 'reflux'){%>
4
-var Reflux = require('Reflux'); <%}%>
+var Reflux = require('Reflux');<%}%>
5
<% if(rich && architecture === 'flux' || architecture === 'reflux'){%>
6
//var Actions = require('actions/xxx')<%}%>
7
0 commit comments