charts/src/js/index.js
2021-06-16 10:53:17 +00:00

10 lines
201 B
JavaScript

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;