refactor(Geolocation): provide less utils

This commit is contained in:
barredterra 2023-07-19 10:36:19 +02:00
parent 819f18acb4
commit 5ed4e45f52
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
frappe.provide("frappe.utils.utils");
frappe.provide("frappe.utils");
frappe.ui.form.ControlGeolocation = class ControlGeolocation extends frappe.ui.form.ControlData {
static horizontal = false;

View file

@ -1,7 +1,7 @@
/**
* frappe.views.MapView
*/
frappe.provide("frappe.utils.utils");
frappe.provide("frappe.utils");
frappe.provide("frappe.views");
frappe.views.MapView = class MapView extends frappe.views.ListView {