make production build
This commit is contained in:
5
client/dashboard/layout/layout.rt.js
Normal file
5
client/dashboard/layout/layout.rt.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import React from 'react/addons';
|
||||
import _ from 'lodash';
|
||||
export default function () {
|
||||
return React.createElement('div', {}, React.createElement('select', { 'onChange': this.setView }, React.createElement('option', { 'value': 'savings' }, 'Savings'), React.createElement('option', { 'value': 'production' }, 'Production')));
|
||||
};
|
||||
Reference in New Issue
Block a user