charts/src/js/index.js
2020-12-22 12:21:40 +05:30

10 lines
196 B
JavaScript

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