charts/src/js/index.js
2020-07-08 21:20:37 +05:30

10 lines
196 B
JavaScript

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