import * as Charts from './chart'; let frappe = { }; frappe.NAME = 'Frappe Charts'; frappe.VERSION = '2.0.0-rc19'; frappe = Object.assign({ }, frappe, Charts); export default frappe;