You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 2 години
12345678910
  1. import * as Charts from './chart';
  2. let influxframework = { };
  3. influxframework.NAME = 'InfluxFramework Charts';
  4. influxframework.VERSION = '1.6.2';
  5. influxframework = Object.assign({ }, influxframework, Charts);
  6. export default influxframework;