charts/src/js/index.js
2020-06-30 22:10:46 +05:30

10 lines
196 B
JavaScript

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