5 lines
146 B
JavaScript
5 lines
146 B
JavaScript
import React from 'react';
|
|
import _ from 'lodash';
|
|
export default function () {
|
|
return React.createElement('div', { 'id': 'power_graph' });
|
|
}; |