Files
old-spike/client/dashboard/power/graph/graph.rt.js

5 lines
146 B
JavaScript
Raw Normal View History

2016-02-29 18:20:00 -06:00
import React from 'react';
import _ from 'lodash';
export default function () {
return React.createElement('div', { 'id': 'power_graph' });
};