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.
 
 
 

10 lines
196 B

  1. import * as Charts from './chart';
  2. let frappe = { };
  3. frappe.NAME = 'Frappe Charts';
  4. frappe.VERSION = '1.5.4';
  5. frappe = Object.assign({ }, frappe, Charts);
  6. export default frappe;