Files
old-spike/client/dashboard/power/graph/graph.rt.js
2016-02-29 18:37:52 -06:00

5 lines
146 B
JavaScript

import React from 'react';
import _ from 'lodash';
export default function () {
return React.createElement('div', { 'id': 'power_graph' });
};