diff --git a/frappe_better_attach_control/public/js/better_attach.bundle.js b/frappe_better_attach_control/public/js/better_attach.bundle.js index 783209f..5464139 100644 --- a/frappe_better_attach_control/public/js/better_attach.bundle.js +++ b/frappe_better_attach_control/public/js/better_attach.bundle.js @@ -1,9 +1,9 @@ import { isArray, isDataObject, - deepCloneObject -} from './utils/check.js'; -import {to_images_list} from './utils/mime.js'; + deepCloneObject, + to_images_list +} from './utils'; frappe.provide('frappe.ui.form');