charts/src/js/index.js
2020-04-30 14:42:12 +05:30

10 lines
196 B
JavaScript

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